Code Comments
Programming Forum and web based access to our favorite programming groups.hi!
i'm trying to write a cgi::wml script to display a table. the problem is tha
t the man page of this module is very weak in information. so, a simple tabl
e, 1 raw, 1 column:
$cgi->p($cgi->table($cgi->tr($cgi->td("mama"))))
of course it doesn't work because i didn't specified the number of columns i
n the table tag. it doesnt work either by:
$cgi->p($cgi->table(-columns=>'1',-content=>$cgi->tr($cgi->td("mama"))))
anyone knows the syntax for this ?
Post Follow-up to this messagequote:
Originally posted by 'black' hi! i'm trying to write a cgi::wml script to display a table. the problem is tha t the man page of this module is very weak in information. so, a simple tabl e, 1 raw, 1 column: $cgi->p($cgi->table($cgi->tr($cgi->td("mama")))) of course it doesn't work because i didn't specified the number of columns i n the table tag. it doesnt work either by: $cgi->p($cgi->table(-columns=>'1',-content=>$cgi->tr($cgi->td("mama")))) anyone knows the syntax for this ?
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.