Help for this page

Select Code to Download


  1. or download this
    my($stuff1, undef, undef, $stuff4) = @array;
    
  2. or download this
    my($stuff1, $stuff4) = @array[0,3];