http://qs321.pair.com?node_id=168322


in reply to Re: How to extract from the array...exemple txt file:
in thread How to extract from the array...exemple txt file:

Lol, just a little hint on how to use this one.
(You know, for those not as smart like me):

script.pl info.dat OR perl -naF/,/ script.pl info.dat

where script.pl => Name of The Script
where info.dat => Name of File Containing Data

The second way of executing the script in required on Win32 machines :)