Help for this page

Select Code to Download


  1. or download this
    e.g.
    
    my %animals = (
      pets => [ qw(cat dog) ],
      non  => [ qq(rhino giraffe) ],
    );
    
  2. or download this
        foreach $i (???) {
            push ( @some_animals, $animals{pets}[$i] );
        }