in reply to Dating a Structure
foreach my $lang (@langs) { foreach my $project (@projects) { foreach my $target (@targets) { my $dynamically_growing_hash{$lang}{$project}{$target} = somethi +ng; my $dynamically_growing_hash{$lang}{$project}{$target}{'sub_char +acteristic_1'} = something_else; } } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Dating a Structure
by naikonta (Curate) on Jul 01, 2007 at 13:49 UTC |