in reply to Complex Data Structure Suggestions Wanted
apart from that: the notation of variable names you chose is not perlish. in perl you mix capital and small letters only for class names: package MyClass; vs: my $hash_ref;@{$HashRef->{$ItemId}} ||= []; push @{$HashRef->{$ItemId}}, $DataSource;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Complex Data Structure Suggestions Wanted
by Ninthwave (Chaplain) on Jun 07, 2005 at 13:44 UTC |