Hi,
Thanks for Apache::Reload. Sorry for dumb question again.
as I wrote:
I made a module testModule.pm
sub test {
print OUT "just testing..."; }
and test.html
[+ &test; +]
I use file main.epl where:
[- use testModule ; -]
[- Execute ('*') -]
Now when I call test.html. Program cannot find testModule.pm
(when I use testModule on the same page it's OK).
How can I define testModule.pm for site wide use?
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]