in reply to Re^5: Out of memory with XML::Parser
in thread Out of memory with XML::Parser
Char => sub { my $expat = shift; my $chars = shift; $cbuffer = $cbuffer . $chars; undef $chars; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Out of memory with XML::Parser
by mirod (Canon) on Sep 15, 2005 at 18:22 UTC | |
by LukeyBoy (Friar) on Sep 15, 2005 at 19:12 UTC |