Help for this page

Select Code to Download


  1. or download this
    % ldd `which perl`
  2. or download this
    use libs '/my/lib/dir';
  3. or download this
    export PERL5LIB=/my/lib/dir
  4. or download this
    % perl Makefile.PL prefix=/my/lib/dir
    % make && make install
    
  5. or download this
    box1% cd /my/lib
    box1% tar cvzf mylibs.tar.gz dir
    box1% scp mylibs.tar.gz box2:
    
    box2% cd /my/lib
    box2% tar xvzf ~/mylibs.tar.gz