I don't think the problem resulted from limited memory since it reported "out of memory" when it only used 40% of my 8GM ram. Could any perl guru help me resolve this problem? Thanks.while(<>){ if (/^#+/){NEXT;} else{ chomp; @data=split (/\s+/,$_); $a=$data[0]; $b=$data[3]; $c=$data[4]; $d=$data[5]; $row{$a}{$b}{$c}=$d; } } print "Fished establishing hashs.\n";
In reply to out of memory problem by lightoverhead
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |