Help for this page

Select Code to Download


  1. or download this
    tar -xvpzf <module>
    perl Makefile.PL PREFIX=/path/to/local/module/directory
    make
    make test
    make install
    
  2. or download this
    use CGI::Carp qw/fatalsToBrowser/;
    use lib  /path/to/module
    
  3. or download this
    $ export PERL5LIB=$HOME/perlib #or whatever your local dir. structure 
    +is