- or download this
#!/usr/bin/perl
use strict;
...
$Data::Dumper::Sortkeys = 1;
print Dumper \%animals ;
- or download this
$VAR1 = {
'HIPPO1' => {
...
]
}
};
- or download this
foreach my $href (values %tmp) {
$animals{$_} = $href->{data} foreach keys %{$href->{variations}}
}