Help for this page

Select Code to Download


  1. or download this
      [user@host modules]$ tar xzvf Module-1.0.0.tar.gz
      [user@host modules]$ cd Module-1.0.0  
    ...
      [user@host Module-1.0.0]$ make && make test && make install
      [user@host Module-1.0.0]$ make && make test && make install
      [user@host modules]$ rm -rf Module-1.0.0
    
  2. or download this
    #!/usr/bin/perl -T
    use strict;
    ...
    use lib '/home/user/mylib/lib/site_perl/5.6.0';
    use Module;
    ...