Re: PerlRun Subroutine redefine warnings

2009-08-27 Thread Kiran Kumar
: This error occurs when you have two subroutines with the same name. Mike O'Krongli President and CTO Acorg Inc 519 432-1185 - Original Message - From: Kiran Kumar mkira...@gmail.com To: modperl@perl.apache.org Sent: Wednesday, August 26, 2009 8:07 PM Subject: PerlRun Subroutine redefine

Re: PerlRun Subroutine redefine warnings

2009-08-27 Thread Adam Prime
Kiran Kumar wrote: Hi Mike, Thanks for your reply, If you check my script there is no other subroutine with the same name and I do not import any modules , I renamed the subroutine to foo and I still get the same warnings. There's an old thread from someone else reporting this, though it

PerlRun Subroutine redefine warnings

2009-08-26 Thread Kiran Kumar
Hi, I am running mod_perl/2.0.4 on Linux , I keep getting the subroutine redefined warnings. Perlrun reloads the cgi on each request so why do I keep getting these warnings ? Is there any other way to avoid this other than no warnings qw/redefine/ in my scripts. Am I missing something here ?.

Re: PerlRun Subroutine redefine warnings

2009-08-26 Thread Mike OK
This error occurs when you have two subroutines with the same name. Mike O'Krongli President and CTO Acorg Inc 519 432-1185 - Original Message - From: Kiran Kumar mkira...@gmail.com To: modperl@perl.apache.org Sent: Wednesday, August 26, 2009 8:07 PM Subject: PerlRun Subroutine