Help for this page

Select Code to Download


  1. or download this
    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;