> -----Original Message-----
> From: John Buwa [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 01, 2001 5:03 AM
> To: [EMAIL PROTECTED]
> Subject: Re: More stuff not working with conversion to modperl?
> 
> 
> This seemed to hit it on the head, i really dont understand 
> WHY this makes a
> difference in modperl and not nonmoperl services?

as already (partly) suggested...

use strict;
use warnings;
read http://perl.apache.org/guide/porting.html

there are lots of things to consider when coming from a legacy CGI
environment - you've hit the most common.  Registry.pm requires a bit more
care than other CGI environments and takes a while to get a feel for.  the
Guide should help...

HTH

--Geoff
 

Reply via email to