-- "Kent, Mr. John \\(Contractor\\)" <[EMAIL PROTECTED]>

Leo,

I am not using OO coded modules.  My  modules
contain methods.

Other routines call this module's routines as you indicated:

In order to solve other mod-perl problems I followed Stas's recommendation
to call all my routines thusly:

MyModule::foo(...)

So, since I am doing it this way I should use in my startup:

/use/lib qw (/users/webuser/homegrown/lib);
use MyModule();

or just:

        use FindBin::libs;

and have your stuff in a ./lib directory in or above $Bin and
be done with it. Leaves your code more portable (on *NIX at
least).

--
Steven Lembark                                       85-09 90th Street
Workhorse Computing                                Woodhaven, NY 11421
[EMAIL PROTECTED]                                     1 888 359 3508

Reply via email to