Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $cgi = new CGI;
    print $cgi->br, $cgi->start_br, $cgi->end_br, "\n";
    
  2. or download this
    <br /><br></br>
    
  3. or download this
    use warnings;
    use strict;
    ...
                            -attributes => \%attributes,
        ),
        "\n";
    
  4. or download this
    <select name="type" tabindex="1" id="coltype1">
    <option value="one">one</option>
    ...
    <option value="four">four</option>
    <option value="five">five</option>
    </select>