Help for this page

Select Code to Download


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