|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
RE: Modulesby KM (Priest) |
| on May 24, 2000 at 23:30 UTC ( #14644=note: print w/ replies, xml ) | Need Help?? |
|
It is good to have fun and learn. And, have fun learning. One of the reasons I have done Perl all these years is that I always have fun with it, unlike other languages where I didn't find it fun to be using and writing. Anyways, don't be hesitant to use modules that aren't part of the distrobution. There is a lot of useful modules out there that will save you time and headaches. To learn, it is always good to read the modules POD and source to see what makes it tick. Unless you are using a module which is specific to Win32, or *nix specific, then don't worry about portability. Many modules work fine on many platforms. If you have a reluctant sysadmin, you can still install modules under your home directory. Then you can change @INC to look there, or PERL5LIB. In order to allow users to install their own modules I have sometimes aliased 'perl' with 'perl -I/path/to/their/modules' which has worked nicely. Hope this helps.
Cheers,
In Section
Code Catacombs
|
|
||||||||||||||||||||||||