Jason,
I don't see why you need to change what you do because you've moved to
Perl 5.6.. most of the things that you seem to be doing will work quite well on
either version...
CGI.pm can be used in either an object oriented manner (as you already
know, from your example),
uot;;
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