Help for this page

Select Code to Download


  1. or download this
    $x=0;
    $dont = pop @fields;
    ...
       # and so on...do something with $dont or don't
    }
    push(@fields, $dont);
    
  2. or download this
    last if $x == $#fields -1;