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?
In reply to XML::In out of memory! by smartyollie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |