Help for this page

Select Code to Download


  1. or download this
    $ perl -wE 'say keys [1, 2]'
    01
    $ perl -wE 'say keys { a => 1, b => 2 }'
    ab
    
  2. or download this
    
    $returns{'do_stuff'} = do_stuff();
    ...
    }
    __END__
    ab