http://www.perlmonks.org?node_id=445429

mhearse has asked for the wisdom of the Perl Monks concerning the following question:

What is the best way to have multiple GD::Graphs on one web page? I found an earlier node, but it seemed to indicate it wasn't possible. Well, it did say that they all could be merged into one. Basically I want to dynamically generate 4 seperate graphs on the fly (whenever a link is clicked) and display them all on one web page. My current method is to generate each graph seperately, saving it to a http world writable directory (bad I know). Then include the images from within html. Is there a better way to do this? Thanks much.