Re: More 6PAN musings: local namespaces

2002-06-16 Thread John Siracusa
On 6/16/02 1:50 AM, Luke Palmer wrote: On Sun, 16 Jun 2002, Michael G Schwern wrote: Let's dump out the sack of namespace partitioning problems: What if Acme decides it wants to release part of it's code as Open Source? (Happens a lot). Does it release it as Com::Acme::Text::Thing or

Re: Implementing Parse::RecDescent directives

2002-06-16 Thread Damian Conway
Luke Palmer wrote: I know you heavyweights are working out how to specify the return value from a rule or a capture. Larry says if the hypothetical variable $0 is assigned to, that assigned value becomes the (only) return value of the rule. It's an elegant solution to the problem. Now,