Help for this page
switch: { warn("manage_users.cgi line 54 '$action'"); ... manageusers::OpenConnection(); } }
my $q = new CGI::Switch;
use Switch; ... case (\&sub) { print "arg to subroutine" } else { print "previous case not true" } }