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

HTML::Template create table

by GertMT (Hermit)
on Nov 17, 2007 at 19:49 UTC ( [id://651443]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Monday,snow
    Tuesday,rain
    Wednesday,snow
    ...
    Friday,sunny
    Saturday,snow
    Sunday,rain
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use diagnostics;
    ...
    
    # print OUT $template->output;
    
  3. or download this
    <p>
        <table class="center"> 
          <TMPL_LOOP NAME=ROWS>
    ...
         </TMPL_LOOP>
        </table>
    </p>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://651443]
Approved by ww
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: (5)
As of 2024-03-28 15:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found