perlNinny has asked for the wisdom of the Perl Monks concerning the following question:
my @keys_output = keys(%output); my $temp = @keys_output; print "$temp in output\n"; foreach my $data (@keys_output) {print $data.",".$output{$data}."\n";} #prints 2327 lines.
Considered by Albannach: perhaps a more meaningful title like 'print stops too soon'
Unconsidered by planetscape: keep votes trump edit votes ( keep:6 edit:37 reap:0 )
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: SLOW DOWN, you move too fast.....
by Limbic~Region (Chancellor) on Aug 08, 2006 at 14:43 UTC | |
Re: SLOW DOWN, you move too fast.....
by ptum (Priest) on Aug 08, 2006 at 14:38 UTC | |
Re: SLOW DOWN, you move too fast.....
by ikegami (Patriarch) on Aug 08, 2006 at 14:40 UTC | |
by chromatic (Archbishop) on Aug 09, 2006 at 01:36 UTC | |
by ikegami (Patriarch) on Aug 09, 2006 at 02:12 UTC | |
by chromatic (Archbishop) on Aug 09, 2006 at 03:33 UTC | |
by ikegami (Patriarch) on Aug 09, 2006 at 04:02 UTC | |
Re: SLOW DOWN, you move too fast.....
by liverpole (Monsignor) on Aug 08, 2006 at 16:42 UTC | |
Re: SLOW DOWN, you move too fast.....
by rhesa (Vicar) on Aug 08, 2006 at 14:41 UTC | |
A reply falls below the community's threshold of quality. You may see it by logging in. |