Help for this page

Select Code to Download


  1. or download this
    sub CheckDate {
            my $date = shift @_;
    ...
            print "Date: $date\n";
            return true;
    }
    
  2. or download this
    -require=>{
                                            "Must be in the format (two di
    +gits per value) of MM/DD/YY: "
    ...
                                            => sub {return (ParseDate($_))
    + ? true : false }
                                            #=> sub {return true }
                                            }