Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-GDGraph/samples/
Upload File :
Current File : //usr/share/doc/perl-GDGraph/samples/error.pl

use strict;
use GD::Graph::Data;

my $data = GD::Graph::Data->new()    
      or die GD::Graph::Data->error;
  $data->read(file => '/foo/bar.data') 
        or die $data->error;