in reply to Re: Re: Perl memory leak?
in thread Perl memory leak?

my()ing @X outside the while works as well...

perl -e'my@X;while(){@X=split/:/,"1::"}'
good catch, perlplexer.

~Particle ;Þ