5 lines
135 B
Perl
5 lines
135 B
Perl
|
% pet = ( "Name" => "Sneaky",
|
||
|
"Type" => "Cat",
|
||
|
"Owner" => "Carol",
|
||
|
"Color" => "yellow",
|
||
|
);
|