webchalkboard has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
Just wondering if anyone knows if XML::Simple has a maxiumum file size it works with? I have a little script which seems to work fine when I take the first few records out of it, but when I try and run the script over the whole 5.1mb XML file it just does nothing... I can't even make it give me an error message, i'm running CGI::Carp 'fatalsToBrowser' and this doesn't print any help at all. It just doesn't work and dies without error on the my $xml = XMLin($xmlfile);
line.
Any help would be appreciated,
Thanks
Tom
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: XML::Simple is there a maximum xml file size?
by monkey_boy (Priest) on Jan 12, 2006 at 17:05 UTC | |
by pileofrogs (Priest) on Jan 12, 2006 at 18:45 UTC | |
Re: XML::Simple is there a maximum xml file size?
by aufflick (Deacon) on Jan 12, 2006 at 23:33 UTC | |
Re: XML::Simple is there a maximum xml file size?
by johnnywang (Priest) on Jan 12, 2006 at 19:24 UTC | |
Re: XML::Simple is there a maximum xml file size?
by holli (Abbot) on Jan 12, 2006 at 17:41 UTC | |
by jalewis2 (Monk) on Jan 13, 2006 at 02:48 UTC | |
by holli (Abbot) on Jan 13, 2006 at 06:34 UTC | |
Re: XML::Simple is there a maximum xml file size?
by etm117 (Pilgrim) on Jan 13, 2006 at 15:55 UTC | |
Re: XML::Simple is there a maximum xml file size?
by webchalkboard (Scribe) on Jan 13, 2006 at 12:56 UTC |