Help for this page

Select Code to Download


  1. or download this
    I do this:
    print "<h1>blah blah blah</h1>";
    
    instead of the CGI.pm way:
    print $query->h1(--I'm not even sure of this syntax--);