in reply to Re^2: Regex catching multiple characters next to each other
in thread Regex catching multiple characters next to each other

It sure works on 5.8.8 that ships with my AIX. Still, I have at least two other reasons for using the 'use 5.14;' line: it's a good shortcut for 'use strict;', and it's an expression of my firm belief that we should try to promote using modern versions of Perl as often as possible.

But you are right in making it clear that if someone wants to use this approach, he should not be discouraged by the version statement I used. I should have added this to my reply. Thank you.

Luke Jefferson

  • Comment on Re^3: Regex catching multiple characters next to each other