Tagged Questions
5
votes
5answers
661 views
Is there a better way to write Perl regexes with /x so the code is still easy to read?
I ran Perl::Critic on one of my scripts, and got this message:
Regular expression without "/x" flag at line 21, column 26. See page 236 of PBP.
I looked up the policy information here, and I ...