kitelife has asked for the wisdom of the Perl Monks concerning the following question:
i am trying to call my own package with Apache::SSI
something like
<!--#perl sub="mypack::mymethod"-->
it only tries to find the mymethod in
Apache::SSI
or in main
how can i make it invoke a method from mypack ??
Comment on Apache::SSI does not let me call own package