I've been using XML posting through LWP for a couple of projects and another (albeit less elegant but much easier) way around it is to let it be a regular HTTP post and pull the xml from from CGI::param (i.e. $query->param ('xml');).
Another thing I noticed: you 'use CGI;', but you never actually call it anywhere in the code, right? Could just the using of CGI.pm be causing some of your lossage?
In reply to Re: CGI.pm problems
by xunker
in thread CGI.pm problems
by c-era
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |