Help for this page
<html> <head><title>Message Main Menu</title></head> <h1><font color=green>Message Main Menu</font></h1> ... </form> </body> </html>
sub main_menu { print "<html>"; ... print "</body>"; print "</html>"; }