Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
       print 
    ...
               "Your favorite color is ",em(param('color')),".\n";
        }
        print end_html;