my %functions = ('first' => \&one, 'second' => \&two ); #### my %functions = ('first' => 'one', 'second' => 'two' );