in reply to Re^2: CGI.pm OO mode plain textin thread CGI.pm OO mode plain text
my $q = CGI->new; print $q->header(); print 'hello, OO world!'; [download]