nitinep has asked for the wisdom of the Perl Monks concerning the following question:
use strict; use XML::Simple; use NET::Telnet; my $xmlobj = XML::Simple->new(); my $xmldoc = $xmlobj->XMLin('./sample.xml'); .... etc etc.........
What can be the reason behind that error ?
nitin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::Simple on Solaris 8
by grantm (Parson) on Dec 08, 2004 at 01:12 UTC | |
|
Re: XML::Simple on Solaris 8
by runrig (Abbot) on Dec 07, 2004 at 22:00 UTC | |
|
Re: XML::Simple on Solaris 8
by leriksen (Curate) on Dec 08, 2004 at 00:09 UTC |