in reply to Re: GD::Graph without saving file
in thread GD::Graph without saving file
Still not working.....snip... my $gd = $graph->plot(\@data) or die "Could not plot: ".$graph->error. Dumper(@data); my $img = $gd->png(); $r->content_type("image/png"); $r->send_http_header; binmode STDOUT; $m->print($img); $m->abort(OK); # make sure nothing else gets sent
Neil Watson
watson-wilson.ca
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: GD::Graph without saving file
by dws (Chancellor) on Jul 08, 2004 at 00:12 UTC |