Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    
    ...
    mkdir -p ~/lib/perl5
    perl Makefile.PL PREFIX=~ LIB=~/lib/perl5
    make test install
    
  2. or download this
    use CGI::Carp qw( fatalsToBrowser );