in reply to Re^3: MyParser Questionin thread MyParser Question
Use a module like Data::Dumper so that you would get more meaningful response, as in ..
use Data::Dumper; print Dumper( $response ); [download]
And would you please use "readmore" tags only if the code, other input or output, are unreasonably long?