in reply to Re^2: Parse Log File As Written
in thread Parse Log File As Written

"Changes to the array are reflected in the file immediately."

This is something I copied from CPAN's Tie::File. it IS the 3rd line of the description.

The CPAN doc gives other caveats of Tie::File

Cheers !

--VC



There are three sides to any argument.....
your side, my side and the right side.

Replies are listed 'Best First'.
Re^4: Parse Log File As Written
by Cristoforo (Curate) on Sep 25, 2007 at 01:26 UTC
Re^4: Parse Log File As Written
by dsheroh (Monsignor) on Sep 25, 2007 at 15:10 UTC
    Yes, I saw it there. I didn't dispute that the docs say the array immediately updates the file. However, they do not say that the file immediately updates the array. Array -> file does not imply file -> array.