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

Stub documentation for this module was created by ExtUtils::ModuleMaker. It looks like the author of the extension was negligent enough to leave the stub unedited.

Blah blah blah.

USAGE

BUGS

SUPPORT

AUTHOR

A. U. Thor
a.u.thor@a.galaxy.far.far.away
http://a.galaxy.far.far.away/modules

COPYRIGHT

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

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

perl(1).