Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have plotted a comparative graph with GD::Graph which is the output of a CGI script displayed within a HTML form. Every time the script is executed, the graph is (re)generated.
It appears that values of the graph double upon execution which makes me surmise that the underlying object is not released upon termination of the script.
Is there a way to manually force the instance of GD::Graph to be garbage collected at the end of the script?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: releasing GD in CGI script?
by moritz (Cardinal) on Dec 17, 2008 at 23:42 UTC | |
by Anonymous Monk on Dec 18, 2008 at 01:56 UTC | |
by moritz (Cardinal) on Dec 18, 2008 at 07:52 UTC | |
|
Re: releasing GD in CGI script?
by zentara (Cardinal) on Dec 18, 2008 at 19:28 UTC |