Help for this page

Select Code to Download


  1. or download this
    $ cd $HOME
    $ mkdir localperl
    ...
    $ perl -v
    This is perl 5, version 38, subversion 0 (v5.38.0) built for x86_64-li
    +nux
    ...
    
  2. or download this
    $ cpan App::cpanminus 2>&1 | tee inst-cpanminus.tmp
    
  3. or download this
    $ corelist Module::Signature
    Module::Signature was not in CORE (or so I think)
    ...
    Building and testing Module-Signature-0.87 ... OK
    Successfully installed Module-Signature-0.87
    2 distributions installed
    
  4. or download this
    $ cpanm --from https://www.cpan.org/ --verify Roman 2>&1 | tee Roman.t
    +mp
    --> Working on Roman
    ...
    Building and testing Roman-1.24 ... OK
    Successfully installed Roman-1.24
    1 distribution installed
    
  5. or download this
    $ cpanm --uninstall Roman
    Roman contains the following files:
    ...
    Unlink: $HOME/localperl/lib/site_perl/5.38.0/x86_64-linux/auto/Roman/.
    +packlist
    
    Successfully uninstalled Roman
    
  6. or download this
    # Use my locally built perl 5.38.0
    PATH="$HOME/localperl/bin:$PATH"