data67 has asked for the wisdom of the Perl Monks concerning the following question:
when I try to print the output with a foreach like soforeach $line (@list) { | | | ++$count{$sale_name => $fy} # fy = Fiscal Year }
It prints this weird “cube” in the middle:foreach my $listing (sort keys %count) { print “$count{$listing}”; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Relationships between hash Data
by Fletch (Bishop) on Nov 07, 2001 at 00:12 UTC | |
|
Re: Relationships between hash Data
by demerphq (Chancellor) on Nov 07, 2001 at 00:55 UTC |