The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::PutIo::URLs - Analyze URLs

SYNOPSIS

    use WebService::PutIo::URLs;
        my $urls=WebService::PutIo::URLs->new(api_key=>'..',api_secret=>'..');
        my $res=$urls->analyze;
        foreach my $url (@{$res->urls}) {
           print "Got ". Data::Dumper($url);
        }

DESCRIPTION

Methods to analyze urls for use with put.io

METHODS

analyze

Returns an array of urls that Put.io can fetch

Parameters:

urls

extracturls

Returns an array of urls

Parameters:

txt

COPYRIGHT AND LICENSE

Copyright (C) 2010, Marcus Ramberg.

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.