><table width="95%" border="0" cellspacing="0" cellpadding="0">
>
>  <tr>
>
>    <td>Tste</td>
>
>    <td>Tste</td>
>
>  </tr>
>
>  <tr>
>
>    <td>Tste</td>
>
>    <td>Tste</td>
>
>  </tr>
>
></table>
>

Hi,
you can print them like:

print <<HTML_EOF;
<table width="95%" border="0" cellspacing="0" cellpadding="0">
......
HTML_EOF

(notice:there should be no spaces before or after the second HTML_EOF symbol).

or 

print qq {
                <table width="95%" border="0" cellspacing="0" cellpadding="0">
                ...
             };



--
Jeff Pang
NetEase AntiSpam Team
http://corp.netease.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to