Help for this page

Select Code to Download


  1. or download this
    $ wget -O - https://install.perlbrew.pl | bash
    [...snip normal wget output...]
    ## Download the latest perlbrew
    ...
    Using Perl </usr/bin/perl>
    Can't locate Cwd.pm in @INC (you may need to install the Cwd module) (
    +@INC contains: /usr/local/share/perl/5.22.1/x86_64-linux-gnu-thread-m
    +ulti /usr/local/share/perl/5.22.1 /usr/share/perl5 /usr/lib/x86_64-li
    +nux-gnu/perl5/5.22 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/per
    +l/5.22) at perlbrew.ytTuXk line 7.
    BEGIN failed--compilation aborted at perlbrew.ytTuXk line 9.
    
  2. or download this
    $ locate Cwd.pm
    /usr/lib/x86_64-linux-gnu/perl-base/Cwd.pm
    $ perl -MCwd -le 'print cwd()'
    /home/wcp
    $ uname -a
    Linux localhost 4.9.50-x86_64-linode86 #1 SMP Thu Sep 14 19:28:20 UTC 
    +2017 x86_64 x86_64 x86_64 GNU/Linux
    
  3. or download this
    ~$ wget -O - https://install.perlbrew.pl | bash
    --2018-01-01 22:07:57--  https://install.perlbrew.pl/
    Resolving install.perlbrew.pl (install.perlbrew.pl)... 64.62.231.202
    ...
    Using Perl </usr/bin/perl>
    Can't locate Cwd.pm in @INC (you may need to install the Cwd module) (
    +@INC contains: /usr/local/share/perl/5.22.1/x86_64-linux-gnu-thread-m
    +ulti /usr/local/share/perl/5.22.1 /usr/share/perl5 /usr/lib/x86_64-li
    +nux-gnu/perl5/5.22 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/per
    +l/5.22) at perlbrew.ytTuXk line 7.
    BEGIN failed--compilation aborted at perlbrew.ytTuXk line 9.