Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

problems using dynamic tables in perl cgi

by polki (Novice)
on May 13, 2009 at 13:28 UTC ( [id://763750]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       print table({-border=>undef},
               caption('When Should You Eat Your Vegetables?'),
               Tr({-align=>CENTER,-valign=>TOP},
    ...
               ]
               )
            );
    
  2. or download this
    ... iterate over results from database request ... {
       push (@rows, $c->td([$firstvar, $secondvar, $thirdvar])); }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-24 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found