On Thu, 20 Jan 2000, Walter Pienciak wrote:
> my $q = CGI->new();
> print $q->header();
So, is there a particularly compelling reason to use the object oriented
approach over the function call? Something like:
new CGI;
print h1("My Header Text");
- Wayde
(wallen at boulder.nist.gov)