Hi there,

On Sun, 1 Dec 2002, Yann Neuhaus wrote:

> I can open a file during my program in read mode a few times and
> suddendly it fails with error opening file. as soon as I remove the
> GD::Graph::plot method it works.

You need to make sure files get closed after being opened.  Ordinarily
all open files will be closed after the program exits.  mod_perl won't
do that because the children keep variables, filehandles etc alive.

See the Guide:

http://perl.apache.org/guide

73,
Ged.

Reply via email to