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/07/17 13:33] 114.119.135.121 old revision restored (2026/06/12 15:12) |
notes:perl_cheat_sheet [2026/07/24 13:03] (current) 47.79.201.51 old revision restored (2026/06/15 21:28) |
||
|---|---|---|---|
| Line 91: | Line 91: | ||
| * ''<>'' | * ''<>'' | ||
| chomp; | chomp; | ||
| - | print "It was $_ that I saw!\n"; | + | print LOGFILE |
| }</ | }</ | ||
| * '' | * '' | ||
| Line 103: | Line 103: | ||
| open BEDROCK, '> | open BEDROCK, '> | ||
| open LOG, '>>: | open LOG, '>>: | ||
| - | open BEDROCK, '>: | + | open my $bedrock, '>: |
| binmode STDOUT, ': | binmode STDOUT, ': | ||
| + | * '' | ||
| ===== User Subroutines ===== | ===== User Subroutines ===== | ||