[Previous] [Contents] [Next]


Closing Up

To end your HTML document, you should call the end_html() method, which inserts the </BODY> and </HTML> tags for you.

print $q->end_html();



[Previous] [Contents] [Next]