http://www.perlmonks.org?node_id=1025980


in reply to Re^7: Out of memory error!!!
in thread Out of memory error!!!

Hi

I tried to run the program and printed the line and got the ouput as below. Its working fine till getting values from C1 line and then when it comes to C2 it is throwing error. I'm assigning some array using substr command in my script.

$a=0;

$b=0;

i.e

$Var20$a$b = trim(substr($line2,11,15));

$a++;

$b++;

something like that..

Output:

A0XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx

A1XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXX

A2

A3

A4

A5

A6

A7

A8

A9

AA

C1

C2XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Out of memory!

I couldnot get what u meant by LF().

There are some variable assignment in the beginning of the script as well. The file size which Im processing is 5kb only :-(

Thanks & Regards,

Sathya V.