Help for this page

Select Code to Download


  1. or download this
    my ($arg1, $arg2) = splice 0, 2, @_;
    
  2. or download this
    my ($arg1, $arg2, @tail) = @_;