Help for this page

Select Code to Download


  1. or download this
    my %animals = (
        cat => [1,2,3],
        dog => [5,6],
        pig => [4,3,2,1],
    );