Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Dating a Structure

by punch_card_don (Curate)
on Jul 01, 2007 at 04:21 UTC ( [id://624268]=note: print w/replies, xml ) Need Help??


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!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://624268]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found