Re: Perl Command Line Interpreter problem

2006-03-07 Thread Foo Ji-Haw
I'm using Perl 5.8.3.809 on a machine running Windows XP Professional. I'm processing text files of various sizes. The one that is giving me problems is 22.5 MB. One of my co-workers suggested a memory leak. I think I've plugged all the possible memory holes, but this file still sinks the sc

Re: Perl Command Line Interpreter problem

2004-06-07 Thread Michael D. Smith
I have no idea if its related but I too have problems (not the same problem mine reboots) if I try run a loop more than somewhere between 16 million and 17 million times. I thought it was my 'puter (it's 2 years old now, probably getting creaky in the joints), or OS (Windoze 2K) but I guess it

Re: Perl Command Line Interpreter problem

2004-06-07 Thread $Bill Luebkert
Craig Cardimon wrote: > I'm using Perl 5.8.3.809 on a machine running Windows XP Professional. > I'm processing text files of various sizes. The one that is giving me > problems is 22.5 MB. > > I can process this file by itself without incident, but if I process it > as part of a group using a

Perl Command Line Interpreter problem

2004-06-07 Thread Craig Cardimon
I'm using Perl 5.8.3.809 on a machine running Windows XP Professional. I'm processing text files of various sizes. The one that is giving me problems is 22.5 MB. I can process this file by itself without incident, but if I process it as part of a group using a loop, I get the following error: