in reply to
Creating Modules
use lib qw( //server/dir1/dir2 ); use jojo;
[download]
If you don't want to keep including the
use lib
line in all your scripts (ick), set the PERL5LIB environment variable.
Comment on
Re: Creating Modules
Select
or
Download
Code
In Section
Seekers of Perl Wisdom