sub page_body { # The body area and closing tag print < } #### PUT-YOUR-TITLE-HERE #### use CGI::Fast qw(start_html endhtml); print start_html(-title=>'PUT-YOUR-TITLE-HERE', -enctype=>'iso-8859-1', -meta=>{ 'author'=>'my name here', 'copyright'=>'my name here', 'keywords' => '', 'description' =>'' }, ), end_html ; #### PUT-YOUR-TI TLE-HERE