in reply to using methods/modules ?

You can use lib "/path/to/my/custom/modules"; and use the modules stored there. The path in this statement will be prepended to perl's search path. See perlmodlib.

You can also set the environment variable PERL5LIB to some path. Has the same effect (but this path will be second, if you do use lib

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}

Replies are listed 'Best First'.
Re^2: using methods/modules ?
by Akhenaton (Initiate) on Jun 22, 2006 at 19:05 UTC
    Thank you both. I am obvisouly new, and someone pointed out I could just install the mods, I was hoping to avoid this and probably can, but installing the mods on the servers will work and its a simple build doc update here for said server. learn something new every day lol - perl Makefile.PL make make test make install I am really begining to see the importance of this site. :)