- or download this
use strict;
use warnings;
use lib "/home/neversaint/MyPerl/src";
use MYPACKAGE;
- or download this
~/MyPerl/src $ perl -c src/mycode.pl
# gives
Can't locate MYPACKAGE.pm in @INC (@INC contains: home/neversaint/MyPe
+rl/src /home/neversaint/lib/perl5/site_perl/5.8.5/i386-linux-thread-m
+ulti/5.8.5/i386-linux-thread-multi
- or download this
# plain header nothing here...
# straight go to the functions....
...
1;