smartyollie has asked for the wisdom of the Perl Monks concerning the following question:
use XML::In;
my $var = XMLin($inputfile);outputs:
Out of memory!
Because XML::In takes an input file as input, and creates a large structure from it, I don't think any of the standard solutions for bypassing 'out of memory' error will help me, such as processing file line by line, etc. Does anyone have any ideas for how to process a large (990 Mb) XML input file with perl?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::In out of memory!
by toolic (Bishop) on May 22, 2015 at 00:30 UTC | |
|
Re: XML::In out of memory!
by choroba (Cardinal) on May 22, 2015 at 09:23 UTC |