use CGI qw(:html2 :form);
print $q->a( {href => "http://www.perl.com/"}, "Perl Home");
print $q->ul( $q->li("Item 1"), $q->li("Item 2"), $q->li("Item 3"));
Why might it be better to use these methods rather than just emitting the raw HTML yourself?
|
Dan Keller Technical Services 4500 19th St., San Francisco California, USA 94114 tel: 415 / 861-4500 |