- or download this
print $q->div(
{ -id => "div-test" },
...
<div>Hello Goodbye Friend Adios Amigo</div>
</div>
</body>
- or download this
print $q->div(
{ -id => "div-test" },
...
</div><!--end div-test div -->
</body>
- or download this
print $q->div(
{ -id => "div-test" },
...
</body>
- or download this
use CGI qw/:standard *div/;
- or download this
#! /usr/bin/perl
...
print end_html();
exit 0;
- or download this
Content-Type: text/html; charset=ISO-8859-1
...
</body>
</html>