Re: Need Help with 'Out of Memory!' Error message situation

2004-10-04 Thread Jenda Krynicky
From: Tony Frasketi <[EMAIL PROTECTED]> > Hello group > I'm getting the following error message when running my Perl program: > > Out of Memory! > > The program reads in an ASCII file into a string variable $lines. Then > parses $lines looking for certain types of entities as follows... > >

Need Help with 'Out of Memory!' Error message situation

2004-10-03 Thread Tony Frasketi
Hello group I'm getting the following error message when running my Perl program: Out of Memory! The program reads in an ASCII file into a string variable $lines. Then parses $lines looking for certain types of entities as follows... while ($lines =~ s/(INSERT INTO.+?)\#(.+)/$2/si) {