in reply to Re^2: 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

A short example of input that fails to work but should work in your opinion.
  • Comment on Re^3: Perl reading in a file and getting a string in between two strings on different lines

Replies are listed 'Best First'.
Re^4: Perl reading in a file and getting a string in between two strings on different lines
by victorz22 (Sexton) on Apr 17, 2017 at 21:09 UTC
    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 =>