in reply to Perl solution for current batch file to extract specific column text

Some hints:

- use the match // operator to parse a string

- use 'split' to separate a line of input into columns

- use 'fork' to perform tasks in parallel

One world, one people

  • Comment on Re: Perl solution for current batch file to extract specific column text