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

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

NAME

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


SYNOPSIS

    use XML::RPC::Fast;
    use XML::RPC::UA::AnyEventSync;

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


DESCRIPTION

Syncronous useragent for the XML::RPC::Fast manpage. Couldn't be used in any AnyEvent application since using condvar->recv in every call.


IMPLEMENTED METHODS

new

async = 0

call


SEE ALSO

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