I need to extract large chunks of text from files larger than 20mb each:
e.g
AZII*
.
.(text i need to extract appx 20k)
.
AZII*
What would you suggest using - regex or external module (which one). What would be the most efficient solution as performance is an issue here.
Thanks,