Package: perl-doc
Version: 5.8.7-10
Severity: wishlist
File: /usr/share/man/man3/CGI.3perl.gz

$ man cgi|grep _html
               start_html(���A Simple Example���),
                $q->start_html(���hello world���), # start the HTML
                $q->end_html;                  # end the HTML
                start_html(���hello world���), # start the HTML
                end_html;                  # end the HTML ...
We note that you forgot to end_html after the first start_html.

By the way, one sees

  BUGS
       Please report them.
But no method mentioned. So we then find

  AUTHOR INFORMATION
       Copyright 1995-1998, Lincoln D. Stein.  All rights reserved.
But no address.

Finally we find
       Address bug reports and comments to: [EMAIL PROTECTED]

OK. Version: the man page says 2001-09-22.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to