smoss74 has asked for the wisdom of the Perl Monks concerning the following question:
Hi Folks,
I need to search for a string between two specific character positions in a file. The string is always from character 294 to character 302 in each line of a file containg multiple lines.
What is the best way to extract this string?
Thanks in advance.
Comment on Search for string between specific character numbers in a line