in reply to Re^2: how to read multiple line from a file
in thread how to read multiple line from a file

How does this adapt to variable length records/lines/data?

If you didn't program your executable by toggling in binary, it wasn't really programming!

  • Comment on Re^3: how to read multiple line from a file

Replies are listed 'Best First'.
Re^4: how to read multiple line from a file
by educated_foo (Vicar) on Apr 14, 2013 at 02:16 UTC
    It keeps a fixed number of records (as defined by $/). Length has nothing to do with it.