WWW::RapidShare 0.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News WWW::RapidShare 0.2 (Default branch)
# 1  
Old 04-11-2008
WWW::RapidShare 0.2 (Default branch)

WWW::RapidShare is a Perl module for downloadingfiles from rapidshare.com. It currently onlysupports rapidshare.com premium accounts.License: Perl LicenseChanges:
The download mirror is now chosen randomly.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Web Development

www-csli

Hi, how comes that this website has "www-csli" rather than "www" as URL ? CSLI Center for the Study of Language and Information -- Stanford University thanks (1 Reply)
Discussion started by: aneuryzma
1 Replies

2. Shell Programming and Scripting

wget & rapidshare

Hello people, I have a question concerning wget and rapidshare. How I can download from Rapidshare (have a premium account) using command-like tool wget. It seems pretty easy, but I always get only very small file (5KB) something like html. Please correct me if I am doing something in a wrong... (1 Reply)
Discussion started by: trolis
1 Replies

3. UNIX for Dummies Questions & Answers

www.caldera.com

what happened with www.caldera.com or www.sco.com? i cant access the sites 10 days now. I try from my home pc, from internet cafe,from my work. Can you access these sites? I live in Greece. (2 Replies)
Discussion started by: kalco
2 Replies
Login or Register to Ask a Question
WWW::CNic::Response::ListOutstandingDomains(3pm)	User Contributed Perl Documentation	  WWW::CNic::Response::ListOutstandingDomains(3pm)

NAME
WWW::CNic::Response::ListOutstandingDomains - a WWW::CNic response object for listing outstanding domains. SYNOPSIS
use WWW::CNic; my $query = WWW::CNic->new( OPTIONS ); $query->set( PARAMETERS ); my $response = $query->execute(); DESCRIPTION
Response module for listing all outstanding domains via the CentralNic Toolkit (http://toolkit.centralnic.com/). This module inherits all its methods from the base class, WWW::CNic::Response. METHODS
my @domains = $response->domains; This method returns an array of hashrefs detailing currently outstanding domains. The keys of the hashref are: domain expiry type years proforma or invoice date currency amount batch COPYRIGHT
This module is (c) 2011 CentralNic Ltd. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
o http://toolkit.centralnic.com/ o WWW::CNic::Response o WWW::CNic perl v5.12.3 2011-05-13 WWW::CNic::Response::ListOutstandingDomains(3pm)