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

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

NAME

XML::RPC::UA::AnyEvent - XML::RPC useragent, using AnyEvent::HTTP


SYNOPSIS

    use XML::RPC::Fast;
    use XML::RPC::UA::AnyEvent;

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


DESCRIPTION

Asyncronous useragent for the XML::RPC::Fast manpage. Could be used in any AnyEvent application.


IMPLEMENTED METHODS

new

async = 1

call


SEE ALSO

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