On Sun, 20 May 2001 10:57:11 +0200, David wrote:
>Just follow the Indexer.pm that i want to require, but I have this
>message
>[Sun May 20 10:53:38 2001] Indexer.pm: Indexer.pm did not return a true
>value at admin.cgi line 20. BEGIN
>failed--compilation aborted at admin.cgi line 22.
Jeezes! Was it really necessary to send the whole thing here?
Now, from what I can see, the last Perl code in this module is:
>sub header {return "Content-Type: text/html\n\n";}
Now that doesn't return a value at compile time.
Putting a "1;" after that line ought to do the trick.
--
Bart.