Help for this page

Select Code to Download


  1. or download this
    [ns3:~/linkrabbit] administrator% ./linkrabbit.pl -s iq
    Can't locate WWW/Curl/Easy.pm in @INC (you may need to install the WWW
    +::Curl::Easy module) (@INC contains: /Users/administrator/perl5/perlb
    +rew/build/perl-5.24.0/ /Library/Perl/5.18/darwin-thread-multi-2level 
    +/Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2le
    +vel /Network/Library/Perl/5.18 /Library/Perl/Updates/5.18.2/darwin-th
    +read-multi-2level /Library/Perl/Updates/5.18.2 /System/Library/Perl/5
    +.18/darwin-thread-multi-2level /System/Library/Perl/5.18 /System/Libr
    +ary/Perl/Extras/5.18/darwin-thread-multi-2level /System/Library/Perl/
    +Extras/5.18 . /usr/local/Cellar/curl/7.56.1/) at ./linkrabbit.pl line
    + 35.
    BEGIN failed--compilation aborted at ./linkrabbit.pl line 35.
    [ns3:~/linkrabbit] administrator%
    
  2. or download this
    [ns3:~/linkrabbit] administrator% sudo cpanp -i WWW::Curl::Easy
    Password:
    ...
    Problem installing one or more modules
    
    [ns3:~/linkrabbit] administrator%
    
  3. or download this
    #! /usr/bin/perl
    #
    ...
    use WWW::Curl::Multi;
    use WWW::Google::PageRank;
    use File::Copy;