Thread Text Parsen
(3 answers)
Opened by sid burn at 2007-04-26 16:22
Sorry... klappt vielleicht nicht so supi, aber zumindest bei diesem Beispiel:
Code: (dl
)
1 use strict; Output: <html> <head> <title>test</title> </head> <body> <table> <tr> <th>header1</th> <th>header2<br>foo bar<br>foobar<br></th> </tr> <tr> <td>column1<br>foo bar<br>foobar<br></td> <td>column2</td> </tr> </table> </html>\n\n <!--EDIT|opi|1177600043--> 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. |