in reply to Re: call subroutines via hashin thread call subroutines via hash
my %thingy; $thingy{foo} = sub { print "Cool!\n" }; $thingy{foo}(); [download]