XML::RPC::UA::LWP - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION IMPLEMENTED METHODS SEE ALSO AUTHOR
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 XML::RPC::Fast

IMPLEMENTED METHODS
  new
  async = 0
  call
SEE ALSO
    *   XML::RPC::UA

        Base class (also contains documentation)

    *   XML::RPC::UA::AnyEvent

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 AT cpan.org>"


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 06:02 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top