Re: Can't solve the CGI/pm Can't call register_cleanup problem

2001-07-31 Thread Ron Savage
Fran See below. Cheers Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html use CGI qw(-compile :all); There's a typo in the book. Chop '-compile'.

Can't solve the CGI/pm Can't call register_cleanup problem

2001-07-30 Thread Fran Fabrizio
Hello, I've just installed a mod_perl enabled Apache and I am trying to configure it. I ran into the can't call register_cleanup on an undefined value while I was trying out the sample startup.pl file in the Writing Apache Modules in Perl and C book. I did see the note about this in the

Re: Can't solve the CGI/pm Can't call register_cleanup problem

2001-07-30 Thread Stas Bekman
On Tue, 31 Jul 2001, Fran Fabrizio wrote: Hello, I've just installed a mod_perl enabled Apache and I am trying to configure it. I ran into the can't call register_cleanup on an undefined value while I was trying out the sample startup.pl file in the Writing Apache Modules in Perl and C