Help for this page
func( shift @ary, @ary ); # Is one of the following but which one is not defined: func( $ary[0], @ary ); shift @ary; func( @ary ); shift @ary;