- or download this
use CGI;
my $cgi = new CGI;
print $cgi->br, $cgi->start_br, $cgi->end_br, "\n";
- or download this
<br /><br></br>
- or download this
use warnings;
use strict;
...
-attributes => \%attributes,
),
"\n";
- 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>