There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

EO::Data - holds data

SYNOPSIS

use EO::Data;
use EO::File;

my $file    = EO::File->new( path => './myfile' );
my $data    = $file->load();

my $length  = $data->length();
my $content = $data->content();

DESCRIPTION

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO