Hi
I have input raw files size in GB. I need to create small files with the content based on some search criteria. For this I have opened file and reading the contents of input file into array. At the time reading I am getting Out Memory Error (on both Windows & UNIX). Currently I am trying on Windows. Below is the code:
please help me to get rid of this error. Thank you in advance for your help.open (IN, filename) or die "cann't open file filename : $!\n"; my @arr = <IN>; close (IN);
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |