in reply to Re^3: Perl reading in a file and getting a string in between two strings on different lines
in thread Perl reading in a file and getting a string in between two strings on different lines

So the output i am getting gathers everything up to the $endString but fails to ignore everything before the $beginString.
SEARCH => #Beginning of data I need ....... ........ #all the data I need ....... ..... #End of Data I Need TEST =>
  • Comment on Re^4: Perl reading in a file and getting a string in between two strings on different lines
  • Download Code