1 2 3 4 5 6 7
{ 'moo' => sub { print "Moo" }, 'hello' => sub { print join(", ", @_) }, 'inp' => sub { print "input is : ", _input(); }, };