Also when i try just the following code with the new file it is giving some problems like my system gets frozen and all
open (my $fh, "<", "Google_1.txt"); my @file_array; while (my $line = $fh){ chomp($line); push (@file_array, $line); } print "@file_array \n";
In reply to Re: Out of Memory in Perl
by maheshkumar
in thread Out of Memory in Perl
by maheshkumar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |