in reply to
How do I use a module?
More detail can be found in
perlfaq8
, the question
How do I keep my own module/library directory?
. (My preference is using -I/mydir/my_perl_libs on the #! line at the start of the program).
Comment on
Re: How do I use a module?
In Section
Seekers of Perl Wisdom