Mega Code Archive

 
Categories / Perl / Hash
 

Hashes

% pet = ( "Name"  => "Sneaky",           "Type"  => "Cat",           "Owner" => "Carol",           "Color" => "yellow",          );