Help for this page

Select Code to Download


  1. or download this
    sub blah
    {
      my ( $foo, $bar, $baz ) = ( shift, shift );
    }
    
  2. or download this
    shazam ( 0, 6, 7, $index, $arrayref, $hashref );
    
    ...
    sub shazam {
      my ( $foo, $bar, $baz, $bup, $quz, $pig, $cow ) = (shift, shift, shi
    +ft, shift, shift, shift);
    }