Thread HTC und HTML-Tabellen: zweidimensionales LOOP
(5 answers)
Opened by MartinR at 2007-07-05 13:25
Ich habe eine gewisse Vorstellung von dem was du möchtest und vielleicht
ist das folgende Stück etwas für dich... wenn es stimmt, dann müsstest du es nur für HTML-Template-Compiled abändern. Code: (dl
)
1 use strict; Output: <table> <tr> <th>bar</th> <th>baz</th> <th>foo</th> </tr> <tr> <td>1</td> <td>1</td> <td>1</td> </tr> <tr> <td>2</td> <td>2</td> <td>2</td> </tr> <tr> <td>3</td> <td>3</td> <td>3</td> </tr> <tr> <td>4</td> <td>4</td> <td>4</td> </tr> </table> What is a good module? That's hard to say.
What is good code? That's also hard to say. One man's Thing of Beauty is another's man's Evil Hack. |