Not really a mod_perl question here,,
but anyway if you include a file with "use" or "require" that file need to
return a true value.
return 1;
or just:
1;
you have probebly removed this line from samplemod.pm
check samplemod.pm and make shure it returns a true value.
Best regards
Christian
On Mon, 29 May 2000, you wrote:
> Hi ALL:
>
> I have a module called samplemod.pm. It used to work fine. After modifying
> something, i got errors from a perl
> script (use samplemod;) saying:
> samplemod.pm did not return a true value at /home/httpd/perl/test.pl line 12.
> BEGIN failed--compilation aborted at /home/httpd/perl/test.pl line 12.
> Any hints, Thank you very much.
>
> Steven
- Re: Wierd problem with redire... Drew Taylor
- Re: Wierd problem with redire... Rob Tanner
- Re: Bugs 5.6.0 modperl use? Jim Winstead
- RE: Bugs 5.6.0 modperl use? Jeff Stuart
- Re: Bugs 5.6.0 modperl use? Michael hall
- Re: Bugs 5.6.0 modperl use? Doug MacEachern
- Re: Bugs 5.6.0 modperl use? Michael hall
- RE: Bugs 5.6.0 modperl use? Autarch
- Please HELP, Thanks. Hui Zhu
- Re: Please HELP, Thanks. shane
- RE: Bugs 5.6.0 modperl use? Christian Stamgren
- RE: Bugs 5.6.0 modperl use? Steve Reppucci
- Re: Bugs 5.6.0 modperl use? Jeremy Howard
- Re: Bugs 5.6.0 modperl use? Doug MacEachern
- RE: Bugs 5.6.0 modperl use? Graf, Chris
- Re: Bugs 5.6.0 modperl use? Jeremy Howard
- Re: Bugs 5.6.0 modperl use? Jeremy Howard
