I'm creating graphs on the fly in PERL and I'm embedding the plot data in the URL of the graph generator like the following:
# Print the graph.
#
print "<img width=400 height=400 src=\"graph.cgi?$width&$height&$plot_data\">";
My problem is, as I generate graphs with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.