AW: XML-Parameters from the Server Side

2009-11-17 Thread Naji, Khalid
cgi@perl.org > Betreff: XML-Parameters from the Server Side > > how to read the XML-Parameters from the Server Side: > > I use a Script client.pl to send XML-Parameters to a Script "server.pl" > > client.pl: > > ... > my $uaB=new LWP::UserAgent; > $uaB-&g

XML-Parameters from the Server Side

2009-11-13 Thread Naji, Khalid
how to read the XML-Parameters from the Server Side: I use a Script client.pl to send XML-Parameters to a Script "server.pl" client.pl: ... my $uaB=new LWP::UserAgent; $uaB->agent("TEST CALL" ); my $ReqB=new HTTP::Request GET => 'server.pl'; $ReqB->author