palette has asked for the wisdom of the Perl Monks concerning the following question:
On executing the script I am getting this error.$xml ='<?xml version="1.0" encoding="UTF-8"?> <TEST xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TEST1> <ID>1223</ID> <DESCRIPTION>XXXXX</DESCRIPTION> </TEST1> </TEST> '; $curl ='/usr/local/bin/curl --silent -m 120 -d "'.$xml.'" '. 'http://l +ocalhost/check.cgi'; $responsexml = `$curl`; print $responsexml;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Curl with perl
by fullermd (Vicar) on Jan 22, 2009 at 07:32 UTC | |
|
Re: Curl with perl
by dHarry (Abbot) on Jan 22, 2009 at 08:49 UTC | |
|
Re: Curl with perl
by clscott (Friar) on Jan 23, 2009 at 00:47 UTC |