* David Nicol <davidnicol@gmail.com> [2013-06-10 01:55]: > 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 This proposal is an idle thought, Ruslan’s proposal is a patch, and the two are completely orthogonal. This idea should go in a separate thread.Thread Previous | Thread Next