in reply to CGI.pm OO mode plain text

Um ... did you try using print 'text';? :-)

Replies are listed 'Best First'.
Re^2: CGI.pm OO mode plain text
by andyford (Curate) on Nov 21, 2006 at 00:12 UTC

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

    non-Perl: Andy Ford

      wild guess:
      my $q = CGI->new; print $q->header(); print 'hello, OO world!';