>
> Another interesting;) thing happened when I changed the line for the
> Bio::Graphics module in my startup.pl, from "use Bio::Graphics ();" to
> "use Bio::Graphics;" - the first images was colored and then in each
> following request the color faded! (green - light green - blue green
> - blac
Hi,
Thanks for the answers...
Gerald Richter wrote:
I guess there are a value that stay persitent,which makes trouble on the
second request.
That´s what I´m thinking too, but I think I´ checked for globals
variables and so on in my code - all variables involved should be local
(subroutine) scope.
Hi,
Daniel Lang wrote:
> Hi,
> I´m using a GD-based Module (Bio::Graphics) to generate png-graphics
> on the fly with a Modperl Content Handler.
> Now I encounter the following problem:
> The first request(after httpd restart), is served well, and the
> generated graphic is in color - every other r
Hi!
On Tue, Jan 13, 2004 at 03:27:51PM +0100, Daniel Lang wrote:
> I?m using a GD-based Module (Bio::Graphics) to generate png-graphics on
> the fly with a Modperl Content Handler.
> Now I encounter the following problem:
> The first request(after httpd restart), is served well, and the
> gener