one of the perl6 RFCs suggested allowing a regex as a hash index @hash{/REGEX/} to mean @hash{ grep /REGEX/, keys %hash } I have no idea how well-received that suggestion was On Fri, Jun 7, 2013 at 10:32 AM, Ricardo Signes <perl.p5p@rjbs.manxome.org>wrote: > * Ruslan Zakirov <ruz@bestpractical.com> [2013-06-03T08:06:33] > > Main question is whether should I continue or stop right there as it > never > > will be in the core? > > I recall feeling mostly positive about this. I'm trying to get through > mail > backlog of mail that I can review/reply-to without too much thought, but I > will > get back to this ASAP. > > -- > rjbs > -- You've got to wiggle before you can crawlThread Previous | Thread Next