#!/usr/bin/perl use CGI ':standard'; print header, start_html; print '
'; print br, 'Enter command date (mm/dd/yyyy):'; print ''; print br, ''; print ''; print end_form, end_html;