in reply to Unobvious Pathological Code Snippets
for $t qw(Whom the bell tolls) {} # huh? for qw() ? continue { print "$t\n"; next }
Update: fixed code, frodo72++
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unobvious Pathological Code Snippets
by merlyn (Sage) on Mar 28, 2006 at 17:16 UTC | |
by gaal (Parson) on Mar 28, 2006 at 20:04 UTC | |
|
Re^2: Unobvious Pathological Code Snippets
by polettix (Vicar) on Apr 01, 2006 at 00:42 UTC | |
by gaal (Parson) on Apr 01, 2006 at 07:49 UTC |