Re: Problems with PerlModule

2002-06-22 Thread Stas Bekman
Nikolaus Rath wrote: > Hallo! > > Is it possible that PerlModule doesn't modify %INC? > > With PerlModule CGI in the Apache configuration, all scripts with "use > CGI" produce warnings like: > > Subroutine put redefined at /usr/lib/perl5/5.6.1/CGI.pm line 517. > Subroutine print redefined at /u

Problems with PerlModule

2002-06-22 Thread Nikolaus Rath
Hallo! Is it possible that PerlModule doesn't modify %INC? With PerlModule CGI in the Apache configuration, all scripts with "use CGI" produce warnings like: Subroutine put redefined at /usr/lib/perl5/5.6.1/CGI.pm line 517. Subroutine print redefined at /usr/lib/perl5/5.6.1/CGI.pm line 523. Sub