in reply to A slight variation in warn output... why?

To add a little to the previous comment - in proc_ms() you open the M file handle, but you never close it.

If you have an open file handle when calling warn (or die) you will get this extra information (i.e. which was the last line read from the file).

Michael

  • Comment on Re: A slight variation in warn output... why?