in reply to Formatted XML is not formatted:
Do the following for a request that works and one that doesn't, then compare the results.
{ require Data::Dumper; local $Data::Dumper::Useqq = 1; print(STDERR Data::Dumper::Dumper($request)); }
I suspect you might need to encode $request. If so, and if you have warnings on as you should, you should be getting "Wide character in print" with the code you posted.
|
|---|