in reply to Re: XML::Simple forcearray problem
in thread XML::Simple forcearray problem
Sorry for the lag time, I have been ill. There is no bug to worry about, strict is indeed enabled. I tried to find some more answers in your XML FAQ (very nice by the way). It was informative, but I am still stranded.
I have tried all of the above suggestions, but still seem to be having difficulty. I have never been stuck on someting like this before. It can't be that difficult. please remember to be gentle, I am very new at perl. Thanks again, below is what I have, complete (I took the rest of the code out, leaving only the problem). Any more ideas as to what I am doing wrong?
#... use Data::Dumper; use XML::Simple; use XML::Simple qw(:strict); open(FILE, "someFile.DTD") or die "can't open file: $!"; my $config = XMLin("someFile.DTD", forcearray => 1); print Dumper($config);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: XML::Simple forcearray problem
by runrig (Abbot) on Aug 15, 2003 at 16:43 UTC | |
by vitalipom (Initiate) on Feb 04, 2018 at 12:28 UTC | |
by Jenda (Abbot) on Feb 08, 2018 at 23:12 UTC |