Help for this page

Select Code to Download


  1. or download this
    $ cpanm -v .
    cpanm (App::cpanminus) 1.7043 on perl 5.018004 built for x86_64-linux
    Work directory is /home/ross/.cpanm/work/1492717489.7595
    ...
    make: *** [test_dynamic] Error 255
    FAIL
    ! Installing . failed. See /home/ross/.cpanm/work/1492717489.7595/buil
    +d.log for details. Retry with --force to force install it.
    
  2. or download this
    $ cpan install Net::Curl::Easy
    Reading '/home/ross/.cpan/Metadata'
      Database was generated on Wed, 19 Apr 2017 22:53:51 GMT
    Net::Curl::Easy is up to date (0.37).
    
  3. or download this
    $ ./scripts/podcasts/podcasts.pl 
    Can't locate Net/Curl/Easy.pm in @INC (you may need to install the Net
    +::Curl::Easy module) (@INC contains: /etc/perl /usr/local/lib/x86_64-
    +linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-li
    +nux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.
    +24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linu
    +x-gnu/perl-base) at ./scripts/podcasts/podcasts.pl line 11.
    BEGIN failed--compilation aborted at ./scripts/podcasts/podcasts.pl li
    +ne 11.
    
  4. or download this
    $ locate Easy.pm
    /home/ross/.cpan/sources/authors/id/S/SY/SYP/Net-Curl-0.37/blib/lib/Ne
    +t/Curl/Easy.pm
    /home/ross/.cpan/sources/authors/id/S/SY/SYP/Net-Curl-0.37/inc/Compat/
    +WWW/Curl/Easy.pm
    /home/ross/.cpan/sources/authors/id/S/SY/SYP/Net-Curl-0.37/lib/Net/Cur
    +l/Easy.pm
    /usr/lib/x86_64-linux-gnu/perl5/5.24/WWW/Curl/Easy.pm
    
  5. or download this
    $ ~/scripts/podcasts/podcasts.pl -l
    Can't locate loadable object for module Net::Curl in @INC (@INC contai
    +ns: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/
    +share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/per
    +l5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/loca
    +l/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/pe
    +rl5/Net/Curl.pm line 33.
    BEGIN failed--compilation aborted at /usr/share/perl5/Net/Curl.pm line
    + 33.
    ...
    BEGIN failed--compilation aborted at /usr/share/perl5/Net/Curl/Easy.pm
    + line 5.
    Compilation failed in require at /home/ross/scripts/podcasts/podcasts.
    +pl line 11.
    BEGIN failed--compilation aborted at /home/ross/scripts/podcasts/podca
    +sts.pl line 11.