Yusuke Wada > WebService-Simple-0.02 > Webservice::Simple::Response

Download:
WebService-Simple-0.02.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: WebService-Simple-0.16

NAME ^

Webservice::Simple::Response - Adds a xml_parse() to HTTP::Response

VERSION ^

This document describes Webservice::Simple::Response version 0.0.1

METHODS ^

parse_xml(%args)

Parse a xml content with XML::Simple and return the Perl object. You can tell XML::Simple parse options as parameters.

  my $ref = $response->parse_xml( { forcearray => [], keyattr => [] } );

AUTHOR ^

Yusuke Wada <yusuke@kamawada.com>

LICENCE AND COPYRIGHT ^

Copyright (c) 2008 Yusuke Wada, All rights reserved.

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