in reply to Re^2: mod_perl2 module
in thread mod_perl2 module

found a cure for my problem

END $p->print($q->h1('hey')); $p->print (<<'END');


the print function within Apache2::RequestIO (); allows me to use CGI.pm functions.