in reply to Re: Parsing Variables
in thread Parsing Variables
Of course there is always more than one way to do it :-)print qq/ Content-type: text/html <html><head></head> <body> <table> <tr>/; foreach (<@inputlines>) { print "<td>$_\n</td>"; } print qq/ </tr> </table> </body></html>/;
"Ex libris un peut de tout"
|
|---|