Help for this page

Select Code to Download


  1. or download this
    foreach my $it ( @eles ){
       foreach my $part ( split '|', $it ){
           ....;
       }
    }
    
  2. or download this
    unless ( 
              GetOptions (
    ...
                         );
    ) { die "$0 -url URL [-agent STRING -extraparts N -debug [0-2]]" }