- Timestamp:
- 04/04/08 07:05:20 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/WebService-Simple/trunk/lib/WebService/Simple/Response.pm
r8551 r8821 22 22 =head1 NAME 23 23 24 Webservice::Simple::Response - Override HTTP::Request and add a xml_parse method 24 Webservice::Simple::Response - Adds a xml_parse() to HTTP::Response 25 25 26 26 =head1 VERSION … … 35 35 36 36 Parse a xml content with XML::Simple and return the Perl object. 37 You can tell XML::Simple parse options as parameters. 38 39 my $ref = $response->parse_xml( { forcearray => [], keyattr => [] } ); 37 40 38 41 =back … … 45 48 =head1 LICENCE AND COPYRIGHT 46 49 47 Copyright (c) 2008 , Yusuke Wada C<< <yusuke@kamawada.com> >>.All rights reserved.50 Copyright (c) 2008 Yusuke Wada, All rights reserved. 48 51 49 52 This module is free software; you can redistribute it and/or
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)