http://www.perlmonks.org?node_id=969287


in reply to Re: Appending to a file.
in thread Appending to a file.

Reading about the tie:file makes some sense. It looks like the array addresses the memory location of the file and it works the same as an array. I don't have any clue what push, new recs...., pop, unshift, shift, or splice do.