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...
>
>
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) {