in reply to Re: parsing various xml responses
in thread parsing various xml responses
Which prints this to the HTML output:print qq~ \$root->{xml}->{PayoneerResponse}->{Echo}->{Status}->{value}='~, $root +->{xml}->{PayoneerResponse}->{Echo}->{Status}->{value}, qq~'; \$root->{PayoneerResponse}->{Echo}->{Status}->{value}='~, $root->{Payo +neerResponse}->{Echo}->{Status}->{value}, qq~'; \$root->{Status}->{value}='~, $root->{Status}->{value}, qq~'; ~;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: parsing various xml responses
by Anonymous Monk on Dec 14, 2009 at 02:54 UTC | |
|
Re^3: parsing various xml responses
by Anonymous Monk on Dec 14, 2009 at 03:07 UTC |