Help for this page

Select Code to Download


  1. or download this
    use Chart::Lines;
    $obj = Chart::Lines->new or "Chart does not work\n";
    ...
    
    # Should create a gif file with graph
    $obj->gif ("test.gif", \@data);