Uri Guttman writes: > >>>>> "LP" == Luke Palmer <[EMAIL PROTECTED]> writes: > > LP> use Rule::XML; > LP> for <> { > LP> mysub($_) for m:g/(ÂRule::XML::tagÂ)/; > LP> } > > shouldn't that be in the Grammar namespace? not that we have finalized > namespaces but i was under the impression that Grammar was reserved for > full parsing grammars as in Grammar::Perl.
Maybe so. I wasn't under the impression that we had reserved anything yet. Go ahead and define your subs wherever you want and don't worry about name conflicts. Perl 6 knows what you mean. It's the computer that messes up. Luke