in reply to Re: Vertical Regex
in thread Vertical Regex
I agree with you that writing a parser to parse the entire file is more feasible and can be use to extract other information. For this script, i would like to learn how to confine searches from the input text. From here, I should learn and apply it to make it a better parser.
I'm very interested to know how to parse a text file to a list of hash, as when the file getting very big, it would be ideal to speed up the search process?