
EO::Data - holds data

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();


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