http://qs321.pair.com?node_id=506766


in reply to Re: Your named arguments
in thread Your named arguments

That solution morphed into Params::Named and would be applied like so:
use Params::Named; sub convert { MAPARGS \my($from, $to, $thing); ... }
HTH

_________
broquaint