Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI qw(:standard);
    ...
    if ($box = param('box')) {
       print 'You submitted' . div({style=>'display: inline; color: red'},
    +$box);
    }
    
  2. or download this
    use strict;
    use CGI;
    ...
    
    </body>
    </html>