Help for this page

Select Code to Download


  1. or download this
    xxx yyy zzz aaaaa bbb cccccccccccc...
    
  2. or download this
    foreach (@infile) {
       /(\S+\s+\S+\s+\S+)\s+(\S+)\s+(\S+)\s+(.*)/;
       my @fields = ($1,$2,$3,$4);
       push @output, \@fields;
    }