Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

XML::RPC::UA::LWP

Name XML::RPC::UA::LWP
Version undef
Located at /usr/share/perl5
File /usr/share/perl5/XML/RPC/UA/LWP.pm
Is Core No
Search CPAN for this module XML::RPC::UA::LWP
Documentation XML::RPC::UA::LWP
Module Details XML::RPC::UA::LWP

NAME

XML::RPC::UA::LWP - XML::RPC useragent, using LWP


SYNOPSIS

    use XML::RPC::Fast;
    use XML::RPC::UA::LWP;

    my $rpc = XML::RPC::Fast->new(
        $uri,
        ua => XML::RPC::UA::LWP->new(
            ua      => 'YourApp/0.1',
            timeout => 3,
        ),
    );


DESCRIPTION

Default syncronous useragent for the XML::RPC::Fast manpage


IMPLEMENTED METHODS

new

async = 0

call


SEE ALSO


COPYRIGHT & LICENSE

Copyright (c) 2008-2009 Mons Anderson.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

Mons Anderson, <mons@cpan.org>

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026