in reply to Dating a Structure

Do you mean like this?
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
    Oops, you can't lexicalize a hash element.
    syntax error at _FILE__ line __LINE__, near "$dynamically_growing_hash +{" Execution of __FILE__ aborted due to compilation errors.

    Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!