Help for this page
#!/usr/bin/perl use warnings; ... ok ! validate_date('02.29.19'); ok validate_date('02.29.16'); ok ! validate_date('02.30.16');