On Monday 04 September 2006 00:34, Webmaster Adil wrote:
> Hi All
>
>
>
> I need print HTML codes with perl:
>

Look at the CGI module
For example - here's a chunk of code from a website I wrote

print start_span({-class=>'contact'}),
    h3('Team Contact Information'),
    start_table(),
        Tr(
          th('Team Name'),
          th('Team Email Address'),
          th('Rep 1'),
          th('Has Email?'),
          th('Rep 2'),
          th('Has Email?'),
          );
The man pages are extensive and explain it pretty well
HTH
Brian
-- 
If your Internet access seems sluggish, just blame slow readers at the
National Security Agency - Robert X Cringley

Attachment: pgp906k4DVZmw.pgp
Description: PGP signature

Reply via email to