in reply to Re^3: CGI::Application and CGI pragmas?
in thread CGI::Application and CGI pragmas?
$self->param('log' => Apache->request->server->log);
stuff I was doing. If I
use CGI qw/:standard/
I pull in param() as well as things like h1(). All I needed to do was
qw/:html/
|
|---|