Require Perl Pagerank Script

Discussion in 'Programming' started by nts, Aug 12, 2007.

  1. #1
    Could someone point me in the direction of a script, written in perl, that can detect the google pagerank of a site.

    This is rather urgent. Free scripts would be preferable.

    Thanks,
    Nathan
     
    nts, Aug 12, 2007 IP
  2. sea otter

    sea otter Peon

    Messages:
    250
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The CPAN WWW::Google::pageRank Perl module is free: http://search.cpan.org/~ykar/WWW-Google-PageRank-0.13/lib/WWW/Google/PageRank.pm

    I've used it many times and it works just fine.

    You'll need to install it from a shell using the cpan command, so if you're on shared hosting you'll need to ask your host to do it (I've had several shared hosts do this for me; it's a small, inoffensive module, you should have no problem getting them to install it).

    Now, if for some reason your host can't/won't install it for you, it's possible to set it up and get it working by hand; it's just very tedious to do that way.
     
    sea otter, Aug 13, 2007 IP
  3. nts

    nts Active Member

    Messages:
    220
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    Thanks! That's perfect. I've installed it without a problem on my server.
     
    nts, Aug 14, 2007 IP