[boulder.pm] CGI.pm basics

Wayde Allen wallen at boulder.nist.gov
Thu Jan 20 17:16:48 CST 2000


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)




More information about the Boulder-pm mailing list