in reply to Re^2: help stripping header from a Web Service Response
in thread help stripping header from a Web Service Response
Why do you use $response->as_string instead of using $response->content or $response->decoded_content ? $response already is a HTTP::Response (which is a HTTP::Message), so you already have everything you need. You just should start using it.
|
|---|