in reply to Re^2: Perl modules confusion
in thread Perl modules confusion
way 2)
use lib '<path to your self-made local folder where the perl modules are installed>'
way 3)
perl -I<path to your self-made local folder where the perl modules are installed>' <your perl program>
see How do I add a directory to my include path (@INC) at runtime?
Tutorials is the best place to start in perlmonks, if you are a newbie.
i started from Categorized Questions and Answers and Tutorials
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl modules confusion
by umeboshi (Acolyte) on Jun 25, 2009 at 12:01 UTC |