Mega Code Archive

 
Categories / Perl / Hash
 

Create hash with qw

%hash = qw(     fruit      apple     sandwich   hamburger     drink      bubbly ); print "$hash{'fruit'}\n";