Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use lib "/home/neversaint/MyPerl/src";
    use MYPACKAGE;
    
  2. 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
    
  3. or download this
    # plain header nothing here...
    # straight go to the functions....
    ...
    
    1;