Hi list

I have my code as so:

use XML::Simple;
        my $xml = new XML::Simple (NoAttr=>1,  RootName => 'data');

my $data = $xml->XMLin("http://testbox/cgi-bin/ecco/scripts/common/bookinngsXmlDisplay.pl?lts";);

        use Data::Dumper;
        print Dumper(\$data)

I have a perl script export an XML schema etc.

I now need to get the xml schema back.

with the code about I get this message:

Could not find http://localhost/cgi-bin/ecco/scripts/common/bookinngsXmlDisplay.pl?lts in at C:/Program Files/Apache Group/Apache2/cgi-bin/ecco/scripts/common/getXmlAgents.pl line 104

So obviously it looking for the file and not making a http connection.

If anyone has any tips or advice, it would be great fully be appreciated

Kind Regards
Brent Clark

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


  • XML Brent Clark

Reply via email to