regex bug (comments within regex not as robust)



Code:

if
(
$x =~
/
\d+ # this slash / generates an error
/x
)
{
}

version:
activestate perl 5.8.7

regards,
Kiriakos Georgiou

.



Relevant Pages