|
Filesource - Reporter handler for plain text information |
Filesource - Reporter handler for plain text information
use Data::Reporter::Filesource;
$source = new Data::Reporter::Filesource(File => $file); # $file - source filename
$subru = sub {print "record -> $_\n"};
$source->getdata($subru);
$source->configure(File => $file);
new()getdata($subru)
``|'' is the field separator.
|
Filesource - Reporter handler for plain text information |