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
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