> On 13 Oct 2015, at 20:21, Marc Chantreux <kha...@phear.org> wrote: > On Tue, Oct 13, 2015 at 05:59:04PM +0200, Elizabeth Mattijsen wrote: > an unnamed hash ? does it make sense?
sub h() { my % = a => 42, b => 666 }; dd h Just another way to create an anonymous hash. Liz