in reply to Re: Unobvious Pathological Code Snippets
in thread Unobvious Pathological Code Snippets
while the OP's example...poletti@PolettiX:~/sviluppo/perl$ perl pathological.pl Missing $ on loop variable at pathological.pl line 1. poletti@PolettiX:~/sviluppo/perl$ poletti@PolettiX:~/sviluppo/perl$ poletti@PolettiX:~/sviluppo/perl$ cat pathological.pl for qw(Whom the bell tolls) {} # huh? for qw() ? continue { print "$_\n"; next }
Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unobvious Pathological Code Snippets
by gaal (Parson) on Apr 01, 2006 at 07:49 UTC |