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::Curl

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

NAME

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


SYNOPSIS

    use XML::RPC::Fast;
    use XML::RPC::UA::Curl;

    my $rpc = XML::RPC::Fast->new(
        $uri,
        ua => XML::RPC::UA::Curl->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-2011 Mons Anderson, Andrii Kostenko.

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>, Andrii Kostenko <andrey@kostenko.name>

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