in reply to Re: Getting brackets right, checking for package subs
in thread Getting brackets right, checking for package subs

Ahh brilliant. Thanks. I've adapted this a little and ended up with:-
defined &{ "${package}::$rmhash{$runmode}" }
Which works with strict ref turned on.
I would use a dispatch table, but that runmode hash is from CGI::Application.


Lyle