in reply to Sharing Configuration between Multiple CGI Scripts (was: How difficult can)
1;
line at the end. I then changed the line to:
return 1;
and all worked fine. Is this a requirement of Perl 5.006? or should one always use:
return 1;
Thanks for the CGI::Carp suggestion, we did not have access to the error logs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sharing Configuration between Multiple CGI Scripts (was: How difficult can)
by valdez (Monsignor) on Aug 08, 2002 at 17:25 UTC | |
|
Re: Re: Sharing Configuration between Multiple CGI Scripts (was: How difficult can)
by perrin (Chancellor) on Aug 08, 2002 at 18:35 UTC | |
by belize (Deacon) on Aug 08, 2002 at 19:47 UTC | |
by perrin (Chancellor) on Aug 09, 2002 at 19:40 UTC |