in reply to unwanted error messages appearing :-)
I found the cause and the solution. (Yay, me!)
While debugging the script, I used the "use warnings" and "use diagnostics" pragmas. Later on I took them out of the code, but they remained latent in mod_perl, which is why the appearance of the error messages confused me.
I restarted the Apache server and voila! same script, no more error messages.
Do I get extra points for solving my own problem? :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: unwanted error messages appearing :-)
by revdiablo (Prior) on Feb 25, 2004 at 21:47 UTC | |
|
Re: unwanted error messages appearing :-)
by b10m (Vicar) on Feb 25, 2004 at 21:51 UTC |