![]() |
|
P is for Practical | |
PerlMonks |
Re: MakeMaker, h2xs, and writing CPAN modulesby Anonymous Monk |
on Oct 24, 2003 at 14:03 UTC ( [id://301844]=note: print w/replies, xml ) | Need Help?? |
Over a year later, I feel like adding, for Googlers, what nobody seems to have mentioned (because it's too obvious?): perl's -I switch. For one-time runs of scripts using a module in some special place, or a version different from the installed version: perl -I/my/temp/lib myscript.pl See perldoc perlrun.
In Section
Seekers of Perl Wisdom
|
|