Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: problems using dynamic tables in perl cgi

by explorer (Chaplain)
on May 13, 2009 at 13:40 UTC ( [id://763754]=note: print w/replies, xml ) Need Help??


in reply to problems using dynamic tables in perl cgi

You need a new deep level of reference:

print $c->table( {-border=>'0',-align=>'Center'}, $c->Tr({-align=>'Left'}, [ @rows ]) );

Replies are listed 'Best First'.
Re^2: problems using dynamic tables in perl cgi
by polki (Novice) on May 13, 2009 at 13:41 UTC
    Thanks very much! That did it... :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://763754]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 15:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found