Help for this page

Select Code to Download


  1. or download this
        my $graph = GD::Graph::mixed->new($cgi->param('width'),$cgi->param
    +('height'));
        my @collumn_data ("this is the first result label and its long", "
    +this is the second etc..." );
    ...
        print $cgi->header(-type    =>"image/png"    , -expires => "now");
        binmode STDOUT;
        print $image->png;