Help for this page
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);