Help for this page

Select Code to Download


  1. or download this
       my $data = GD::Graph::Data->new();
       my $graph = GD::Graph::bars->new();
    ...
       print IMG $gd->gif;  # this is the line # 80
       if ( defined $gd ) { print " 4.gd defined\n"; } else {print " 4.gd 
    +NOT defined\n"; }
       close IMG;
    
  2. or download this
      use GD::Graph::Data; 
      use GD::Graph::bars; 
    ...
      } 
      my $chart = GD::Graph::bars->new(); 
      my $gd = $chart->plot($data);