Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use lib "/path/to/extra/lib";
    use CPAN;  shell;
    
  2. or download this
    (for csh-style):
    PERL5LIB=~/lib
    ...
    
    (for bourne-shell-style):
    PERL5LIB=~/lib perl -MCPAN -eshell