Perl match in context
I would like to find a word in a text file, and save it to a variable
along with some characters. for example in the text file it would be
something like:
Isoelectric Point = 6.2505
I'll be looping through a directory of files, so the value of the
Isoelectric Point will change, and that is why I need the characters after
the match to be saved to a variable.
No comments:
Post a Comment