On 13/07/03 Ian Wells did say:

> For instance I also had the print $q->table () construct and it
> started giving <table></table>, which from reading the
> documentation appears to be correct. Luckily the
> same doc gives two solutions, one of which is to use the
> start_table() / end_table().

    The intent of all methods of CGI.pm, except for a few exceptions, is
to provide start/end tags around the parameters in the method call.
This, $q->table() giving <table></table> is correct. 

    Note that you can pass arbitrary methods for new HTML tags, and the
CGI.pm AUTOLOAD method will "do the right thing". 

    Mike

-- 
Michael P. Soulier <[EMAIL PROTECTED]>, 613-592-2122 x2522
SME Solutions, Mitel Networks Corporation
"...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort."  -Harley Hahn, A Student's Guide to Unix

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to