A very simple question for you guys, expert of hashes:
Can I do that? (I mean... will it work?)
Thanks for your help.
Can I do that? (I mean... will it work?)
Code:
my %myHash ;
$myHast{toto}{tata} = "DID YOU SEE THIS?!" ;
print $myHast{toto}{tata} ;
#will this print 'DID YOU SEE THIS?' or do I have to initialise the hash in some other way?
Thanks for your help.