- or download this
#!/usr/bin/perl -w
...
}
close(CONF);
... more code for doing other stuff ...
- or download this
PerlModule My::Package::Foo;
<Location /foohandler>
...
PerlHandler My::Package::Foo;
PerlSetVar FooConfig /some/patch/config.cfg
</Location>
- or download this
package My::Package::Foo;
...
close(CONF);
... more code for doing other stuff ...
}
- or download this
/****************************/
jason@gost.net, wh@ckz.org
http://jason.gost.net
/*****************************/