Help for this page
sub validate_date { my ($start_date, $end_date, $today) = @_; ... if $start_date gt $end_date; return ""; }