Help for this page

Select Code to Download


  1. or download this
    sub foo($@)
    {
    ...
       # do something to $first
       return( $first, @other );
    }
    
  2. or download this
    print foo( qw( one two three four ) ), "\n";