- or download this
my %hash=(
"outer"=>
"cool"=>1,
"Kewl"=> 2,"odd"
);
- or download this
my %hash=(
"outer", "cool", 1, "Kewl", 2,"odd"
);
- or download this
use Data::Dumper;
sub test {
...
"Kewl"=>2,"odd"
)
);
- or download this
$VAR1 = [
'outer',
...
2,
'odd'
];