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