Re: Subroutine main redefined at ...

2003-12-29 Thread Ged Haywood
Hi there, On Mon, 29 Dec 2003, Charlie Smith wrote: > looking in the http://perl.apache.org/maillist/modperl.html#Searchable_Archives > then chose to goto http://www.mail-archive.com/[EMAIL PROTECTED]/ from there. > Didn't really find anything to specifically address the question. The search mec

Re: Subroutine main redefined at ...

2003-12-29 Thread Charlie Smith
Thanks Ged. In looking at the docs, I did find information on how to post to the list. However, thought that this might be a topic well covered enough that I might not have to give all environment information. Maybe not. In any event, I also tried looking in the http://perl.apache.org/mailli

Re: Subroutine main redefined at ...

2003-12-24 Thread Ged Haywood
Hello there, On Tue, 23 Dec 2003, Charlie Smith wrote: > When running a .pl script from browser, an error message in the > apache log indicates that the subroutines have already been defined. > I assume this is because mod_perl or apache or the server has cached > this subroutine. How to keep th

Subroutine main redefined at ...

2003-12-23 Thread Charlie Smith
When running a .pl script from browser, an error message in the apache log indicates that the subroutines have already been defined. I assume this is because mod_perl or apache or the server has cached this subroutine. How to keep this message from appearing in the log?