Help for this page
Select Code to Download
Select
or
download this
# simple.pl my %ha = ( 'ha' => 1, 'he' => 2, ); print $ha{'ha'}."\n";