Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Programmatically generating HTML tables including <thead> and <tbody>

by Cody Pendant (Prior)
on Aug 24, 2006 at 00:59 UTC ( [id://569256]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard);
    
    ...
        thead( Tr( @headers ) ),
        tbody( Tr( @row ) ),
    );
    
  2. or download this
        <table>
            <thead>
    ...
                </tr>
            </tbody>
        </table>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-28 16:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found