in reply to CGI.pm OO mode plain text
Um ... did you try using print 'text';? :-)
duff
I did, but the text never made it. My problem lies elsewhere.
non-Perl: Andy Ford
my $q = CGI->new; print $q->header(); print 'hello, OO world!'; [download]