in reply to selfloader and anonymous subroutines

You could take a tack from CGI and replace your hash of functions with a hash of strings, then eval the one that you want.

This will lock out the possibility of using techniques like closures though...

  • Comment on Re (tilly) 1: selfloader and anonymous subroutines