use CGI qw/ :all /; ... print start_html(-title=>'Job Status Display Page'), 'Select year and month.', br(), p( a({href=>"/jsdisp.html"}, "Back") ), end_html(), "\n";