1 Jun
2010
1 Jun
'10
1:40 p.m.
On Tue, Jun 01, 2010 at 09:01:51AM +0200, Alexis Sukrieh wrote:
About the captures in splat (mentioned in another mail) I'm OK with it but maybe splat isn't the appropriate accessor. It's intended to get all anonymous captures as a list. Here we may want to add another keyword, like "captures" for instance.
Any thought about that?
- agreed about another accessor. - lot of code makes reference to something else using the capture word so i would choose another one. - perhaps a name which remains the perlvar documentation ( %+ = %LAST_PAREN_MATCH)? - what about paren-> ? regards marc