in reply to Creating Modules

use lib qw( //server/dir1/dir2 ); use jojo;
If you don't want to keep including the use lib line in all your scripts (ick), set the PERL5LIB environment variable.