regex bug (comments within regex not as robust)
- From: kg.google@xxxxxxxxxxxxxx
- Date: 27 Oct 2005 12:01:07 -0700
Code:
if
(
$x =~
/
\d+ # this slash / generates an error
/x
)
{
}
version:
activestate perl 5.8.7
regards,
Kiriakos Georgiou
.
- Follow-Ups:
- Re: regex bug (comments within regex not as robust)
- From: Paul Lalli
- Re: regex bug (comments within regex not as robust)
- From: Dave
- Re: regex bug (comments within regex not as robust)
- Prev by Date: Creating a piped stream and reading from it ???
- Next by Date: Re: Creating a piped stream and reading from it ???
- Previous by thread: Creating a piped stream and reading from it ???
- Next by thread: Re: regex bug (comments within regex not as robust)
- Index(es):
Relevant Pages
|
|