in reply to Re: Line-by-line processing of a file where the first line is different
in thread Line-by-line processing of a file where the first line is different

The files being processed are delivered by an overall framework. I will have to see whether that framework can guarantee delivery of only one file at a time. But, in any event, we shift the filename off @ARGV and read it through a filehandle. So I can think we can meet the conditions you describe. Thanks for clarifying this.
Jim Keenan
  • Comment on Re^2: Line-by-line processing of a file where the first line is different
  • Download Code