debian man page for www::shorten::useragent

Query: www::shorten::useragent

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

WWW::Shorten::UserAgent(3pm)				User Contributed Perl Documentation			      WWW::Shorten::UserAgent(3pm)

NAME
WWW::Shorten::UserAgent - LWP::UserAgent subclass for WWW::Shorten modules.
SYNOPSIS
use WWW::Shorten::UserAgent; my $ua = WWW::Shorten::UserAgent->new; my $resp = eval { $ua->get($url); };
DESCRIPTION
Subclass of LWP::UserAgent which works the same way as the supoerclass except that it throws an exception if the "get" or "post" method returns an error. See LWP::UserAgent for the full documentation.
METHODS
get Makes an HTTP GET request and throws an exception on error. post Makes an HTTP POST request and throws an exception on error.
LICENCE AND COPYRIGHT
Copyright (c) Magnum Solutions Ltd., 2012. All rights reserved. This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
AUTHOR
Dave Cross <dave@mag-sol.com> perl v5.14.2 2012-04-16 WWW::Shorten::UserAgent(3pm)
Related Man Pages
lwp::robotua(3) - redhat
lwp::protocol::https(3) - osx
lwp::authen::wsse(3pm) - debian
lwp::robotua(3pm) - debian
www::shorten(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph