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.