File::Data v1.20 released

File::Data – interface to file data DESCRIPTION Wraps all the accessing of a file into a convenient set of calls for reading and writing data, including a simple regex interface. Note that the file needs to exist prior to using this module! See new() SYNOPSIS use strict; use File::Data; my $o_dat = File::Data->new(‘./t/example’); $o_dat->write(“complete file … Read more