http://qs1969.pair.com?node_id=1204210


in reply to Re^5: Loading a part of the file to array using Tie::File
in thread Loading a part of the file to array using Tie::File

Dunno, I think that for random access of small files (say, maybe, under a megabyte) in situations where performance is not critical, the ease of implementation can still outweigh the cost

Except it's just as easy to load the file into memory and write it back out when it's that small.