in reply to Re^2: A series of random number and others
in thread A series of random number and others
Thanks GrandFather. Your understanding is right, these lines must not be duplicate. I just began to get used to perl,and am not familiar with these modules. It seems I have to study these modules thoroughly.
As your suggestions of using hash or array, I have tried, but I encountered the memory problem. My machine can not even slurp 40 million lines into an array. That's why I create this index file first.
So, under such a condition considering memory limitation (3GB). what could be the fastest resolution for such a case? Thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: A series of random number and others
by GrandFather (Saint) on Oct 09, 2008 at 06:07 UTC |