Help for this page

Select Code to Download


  1. or download this
    cpanm -v --local-lib /home/username/myperllibs   CGI
    Installing /home/username/myperllibs/lib/perl5/CGI.pm
    ...
    Installing /home/username/myperllibs/lib/perl5/CGI/Switch.pm
    Installing /home/username/myperllibs/lib/perl5/CGI/Util.pm
    Appending installation info to /home/username/myperllibs/lib/perl5/MSW
    +in32-x86-multi-thread/perllocal.pod
    
  2. or download this
    export PERL5LIB=/home/username/myperllibs/lib/perl5:$PERL5LIB
    export PATH=/home/username/myperllibs/bin;$PATH
    
  3. or download this
    perl -V
    ...
    ...
        /usr/lib/perl5/vendor_perl/5.8
        /usr/lib/perl5/vendor_perl/5.8
        .