Mega Code Archive

 
Categories / Perl / Hash
 

Hash setting and getting

$hash{name} = "AAA"; print $hash{name};