in reply to print list, comma not working?
perl -e ' my $i=0; for (1..456) { print $i%100 ? $i%10 ? "." : int(($i%100)/10) : "\n\t"; $i++; } print "\n"; '
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: print list, comma not working?
by fzellinger (Acolyte) on Jan 13, 2010 at 05:08 UTC |