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

Replies are listed 'Best First'.
Re: Apache::SSI does not let me call own package
by perrin (Chancellor) on Apr 14, 2005 at 19:31 UTC
    Did you try turning on the debugging to see what it's doing?