> =item *
>
> Quantifiers (except C<?> and C<??>) cause a matched subrule or subpattern to
> return an array of C<Match> objects, instead of just a single object.

What is the effect of the quantifiers C<**{0,1}> and C<**{0,1}?> ?  Will they 
behave like ? and ?? and return a single object - or will they cause the 
quantified subrule or subpattern to return as an array of C<Match> objects?

Paul

Reply via email to