This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
notes:perl_cheat_sheet [2026/09/11 13:05] 47.79.207.218 old revision restored (2026/06/21 21:04) |
notes:perl_cheat_sheet [2026/09/14 05:19] (current) 185.11.17.58 old revision restored (2026/08/03 08:07) |
||
|---|---|---|---|
| Line 92: | Line 92: | ||
| print "It was $_ that I saw!\n"; | print "It was $_ that I saw!\n"; | ||
| }</ | }</ | ||
| - | * '' | ||
| - | print sort <>; | ||
| - | * C-like printf function %g for number auto-format, | ||
| ===== User Subroutines ===== | ===== User Subroutines ===== | ||