duh!
Sorry, in all the moving around they , it kinda disapeared. I got some other issues
with some requires and uses... think I can handle them
Thanx for your help
Frantzcy
On 26 Sep 2003 11:58:25 -0400,Perrin Harkins <[EMAIL PROTECTED]> wrote:
> On Fri, 2003-09-26 at 11:53, Frantzcy Pai
On Fri, 2003-09-26 at 11:53, Frantzcy Paisible wrote:
> I PerlModule the package directy via httpd.conf
You have to also use the module from your Registry script if you want
the import to happen.
- Perrin
The command line does not work, I get the undefined error..,
My exporting is basically a copy-paste from the docs. With or without the BEGIN, no
go..
Can't find init1
Note:
I PerlModule the package directy via httpd.conf
I even put init in EXPORT, instead of EXPORT_OK
#BEGIN {
use E
On Fri, 2003-09-26 at 11:21, Frantzcy Paisible wrote:
>I've converted all perl4 .lib files to .pm.
Hooray!
> I've exported the sub names, but I still get the "undefined" error.
Probably a bug in your exporting code. Does it find the sub from a
command-line test? perl -e 'use MyModule; my_e