Help for this page

Select Code to Download


  1. or download this
    my @cat=(1,2,3);
    my @dog=(5,6);
    my @pig=(4,3,2,1);
    ...
        #stuff(@{$animals{$_}})
    }
    say @cat;