http://www.perlmonks.org?node_id=994790


in reply to Re: Simplifying repeated parameter lists
in thread Simplifying repeated parameter lists

or somewhat tidier:

submit_thingamabob($handle, $not_today, $thingie, @$_) for [Foo => 234], [Frob => 23], [Forb => 54], [ooF => 11], [Frap = +> 458];
True laziness is hard work