in reply to Re^3: Ignore newlines within quotes while reading a line in a text file
in thread Ignore newlines within quotes while reading a line in a text file

The reason I can't include any other modules is because the computer my script will be running on only includes the basic Perl modules and other the bosses don't want to install other modules. So I'm left with a headache.

Is there a regex I could use to find newlines within quotes?

  • Comment on Re^4: Ignore newlines within quotes while reading a line in a text file