Subject: | $/ is interpolated in regex check. |
I'm using the 'e' (Regular Expression) prompt in Perl 5.8.8 on SunOS
5.8. When the user enters an invalid value, the message that is printed
interpolates "$/" in the regex, yeilding...
Reply needs to match regular expression /^[\w.]+
.
...instead of...
Reply needs to match regular expression /^[\w.]+$/.