I have been using Perl 5.005 for quite a while now but I am looking at moving to perl5.6. The problem that I am having is I have been working with a graphics guy that does his work in html. When I get that code for the most part all I have to do is .
print " <html> html code etc...... </html> "; But with perl 5.6 and CGI.pm I have to use all that print $co->header, $co->start_html('New Site'), etc..... Stuff. print $co->end_html; This seems like at paine in the butt to me. Also I don't see in my book even how to do an html table this way. Any help would be nice?????????????????????? Thanks, Jason -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]