Help for this page

Select Code to Download


  1. or download this
       ++$wolverines;
       $rabbits--;
       $wombat->move();
       $turtle = $menagerie->[4];
    
  2. or download this
       ++ $wolverines;
       $rabbits --;
       $wombat -> move();
       $turtle = $menagerie -> [4];
    
  3. or download this
       %myhash = ( lizard => 'gecko' );