Hello.
I will visualize some data with the gd::graph module. How can i display the
graphics
on the fly with embperl.
The statement below doesn't work because of missing binmode
$rec_req->content_type('image/png');
binmode STDOUT;
print STDOUT $req->{image}->plot(\@data)->png();
This is the error message:
[22445]ERR: 24: Error in Perl code: Can't locate object method "BINMODE"
via package "Apache::RequestRec" (perhaps you forgot to load
"Apache::RequestRec"?) a
I use modperl.v2, embperl.v2 and apache.v2
Wolfgang
------------------------------------------------------------------------
Wolfgang Leideck
ONSYS GmbH
Fon: +49 (0)621/60-44104
Fax: +49 (0)621/60-73744
E-Mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]