Bug in 1.8? - subrule Argument passing
[email protected] Fri, 18 Oct 2002 19:01:51 -0700
| Newsgroups | perl.recdescent |
|---|---|
| Message-ID | <[email protected]> |
The following will successfully pass arguments to the constraint subrule: constraint[1, 2, 3], constraint[1, 2, 3](s) and constraint[1, 2, 3](s?) However the one below will NOT constraint[1, 2, 3](s? /,/) Is this a known bug, am I doing something wrong or have I made a discovery? Ken