> > now I am doing only this: > > $udat = Embperl::Req::GetSession(); >
Did you done a use Embperl ; ? > in the called script; however I still get the error: Is the called script a standalone CGI script or is it executed under mod_perl? > > what is CurrReq.al and why does it not exist? > Perl tries to find Embperl::CurrReq (), but it is not loaded, so it tries to find it as autoload function, which also not exists. Actually it is defined in Embperl.so, which seems not correctly initialized. Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]