throop has asked for the wisdom of the Perl Monks concerning the following question:
I have a program which generates graphs, built on to of GD::Graph. Right now, it writes a .gif file. I'd like to modify the code and call it as a cgi-bin file so that it generates the graph as needed, without ever writing to a file. That is, I'd like to have an html page with the text
and have the graph appear without ever saving an image file. Can someone point me in the right direction? Thanks.Here's a graph: <IMG src=http://myHost/cgi-bin/imageGen.cgi?data=2,3&data=5,4&xlabel +=Jan,Feb>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: GD::Graph called from cgi-bin
by kcott (Archbishop) on Oct 30, 2010 at 01:21 UTC | |
|
Re: GD::Graph called from cgi-bin
by locked_user sundialsvc4 (Abbot) on Oct 30, 2010 at 01:48 UTC | |
|
Re: GD::Graph called from cgi-bin
by dasgar (Priest) on Oct 30, 2010 at 05:20 UTC | |
|
Re: GD::Graph called from cgi-bin
by Khen1950fx (Canon) on Oct 30, 2010 at 01:11 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |