in reply to cgi programming...

Also, you need to quote CENTER, TOP
Tr({-align=>"CENTER",-valign=>"TOP"},
and a dot not semi-colon here
). #Closing table

poj

Replies are listed 'Best First'.
Re: Re: cgi programming...
by atnonis (Monk) on Jan 12, 2003 at 18:55 UTC
    why not use the semi-colon!? i get the same output, and with
    the perl -w switch no problem.
      You won't see it in the browser but check the source HTML and you will be missing the </body></html> tags.
      poj
        ok that is correct.but because the next line is
        $cgi->end_html; if it was print $cgi->end_html; everything should be fine (as is).
        thanks