esddew has asked for the wisdom of the Perl Monks concerning the following question:
foreach $head (keys %hoa) { my @data = @{$hoa{$head}}; $item = shift(@data); print OUTFILE "$item"; print OUTFILE ","; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Hash of arrays.. can't shift on derefferenced array
by ikegami (Patriarch) on Mar 28, 2007 at 15:05 UTC | |
|
Re: Hash of arrays.. can't shift on derefferenced array
by Eimi Metamorphoumai (Deacon) on Mar 28, 2007 at 14:55 UTC | |
|
Re: Hash of arrays.. can't shift on derefferenced array
by agianni (Hermit) on Mar 28, 2007 at 14:54 UTC |