>
> In CGI mode you can't use $req because $req is a feature available when
> you run Embperl under of mod_perl.
>
You can use EMbperl's request object as Lukas does with:
[-
$req = shift;
$req->{appname} = "test app";
-]
but you can use Embperl's predefined variable $req_rec wh
Olá lukas,
Reply to your message:
LFBR>> If you put the $req stuff into [!!] block it will be executed just the
LFBR>> first time the page is loaded.
LZ> Hmmm either in CGI mode?
In CGI mode you can't use $req because $req is a feature available when
you run Embperl under of mod_perl.
Sem mai