in reply to Re: searching in large file
in thread searching in large file
What an excellent code. Thank you sir! I timed and it took less than 7 secs ONLY to complete the process ! unbelievable... if its not too much to ask i have few more questions: 1. is the while(<$smallfile>) same reading the file while not end of file? 2. kindly explain or put comment on this expression: $search_expression .="\Q$_\E|"; 3. also this one: $search_expression = qr($search_expression); 4. next unless m/$search_expression/; Respectfully Yours, Sabas
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: searching in large file
by Cristoforo (Curate) on Jan 07, 2018 at 23:37 UTC | |
by NetWallah (Canon) on Jan 08, 2018 at 03:32 UTC |