Help for this page

Select Code to Download


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