WWW::RapidShare 0.3 (Default branch)


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

WWW::RapidShare is a Perl module for downloading files from rapidshare.com. It currently only supports rapidshare.com premium accounts. License: Perl License Changes:
This version works with the new interface of rapidshare.com.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::Renewals(3pm)			User Contributed Perl Documentation			WWW::CNic::Response::Renewals(3pm)

NAME
WWW::CNic::Response::Renewals - a WWW::CNic response object for renewal lists. SYNOPSIS
use WWW::CNic; my $query = WWW::CNic->new( OPTIONS ); $query->set( PARAMETERS ); my $response = $query->execute(); DESCRIPTION
Response module for retrieving upcoming renewal lists via the CentralNic Toolkit (http://toolkit.centralnic.com/). This module inherits most of its methods from the base class, WWW::CNic::Response. METHODS
Check WWW::CNic::Response for information about methods available from the base class. $response->domains(); This returns an array of domain names that are due for renewal in the given period. $response->amount($domain); This returns the price of the domain renewal (in Sterling) of the $domain. $response->expiry($domain); This returns a UNIX timestamp of the expiry date for $domain. 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::Renewals(3pm)