The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# File::Data todo list

File::Data->new($FH); # \*FH?

using Tie::Array|File to get at each line, instead of slurping?

use Tie::File

use binmode

create()

delete()

concurrent access...?

drop saving of data inbetween calls.