On Fri, 21 Apr 2000, w trillich wrote:
> the entire listing for startup.pl is:
>
> package Apache::ReadConfig;
>
> Apache->httpd_conf("Clavis");
> Apache->httpd_conf("</Frammistat>");
> Apache->httpd_conf("<Chibblewink> 1/2%3'*");
> Apache->httpd_conf("isn't this wonderful?");
You need to use() the Apache module in order to access its methods. Add
this to the top of your startup.pl:
BEGIN
{
use Apache();
}
- Matt
- <perl>do "file" -- does NOTHING w trillich
- Re: <perl>do "file" -- does NOTHING Matt Carothers
- Re: <perl>do "file" -- does NOTHING Doug MacEachern
