James A. Duncan > EO-0.96 > EO::Data

Download:
EO-0.96.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.96   Source  

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 ^