Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL INSTALL_BASE=~njweatherman/lib
    make
    make test
    make install
    
  2. or download this
    #!/usr/lib/perl
    
    ...
    use warnings;
    
    use lib qw(~njweatherman/lib);