Help for this page
#tested my %dispatch = ( INTEGER => \&checkInteger, ... sub checkDate { print "date" } sub checkIpaddress { print "ip" } sub checkFoo { print "foo" }