in reply to Re: CGI.pm OO mode plain text
in thread CGI.pm OO mode plain text

I did, but the text never made it. My problem lies elsewhere.

non-Perl: Andy Ford

Replies are listed 'Best First'.
Re^3: CGI.pm OO mode plain text
by rhesa (Vicar) on Nov 21, 2006 at 00:39 UTC
    wild guess:
    my $q = CGI->new; print $q->header(); print 'hello, OO world!';