Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Converting "static" CGI.pm code into HTML::Template loops

by graff (Chancellor)
on Sep 17, 2007 at 00:55 UTC ( [id://639309]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <table border="1">
    <tr>
    ...
     </tr>
    </TMPL_LOOP>
    </table>
    
  2. or download this
    my @table_data;
    for ( 0 .. $#iso ) {
    ...
        }
        push @table_data, { %row_data } if ( scalar( keys %row_data ) == 6
    + );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-28 15:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found