>
> I don't call the Execute function. fatal.epl should be opened if an error
> occures.
> In Embperl 1.3.x this worked but now Embperl 2.0b7 tries to open
"file://fatal.epl".
> Is this also a problem with the chdir?
> Or can I define the file which should be opened on error?
>

Embperl itself never tries to open a fatal.epl, you must have defined it
somewhere....


>
> >[- $req = shift -]
> >[- $path = $req -> component -> cwd -]
>
>
> Why do I need the variable $req and shift it?

$req is Embperl's request object and it's pass as first parameter to every
page (so the $req = shift has to be occurs somehwhere at the top of the
page). This request object already exists in 1.3, but since 2.0b6 it has a
lot of possibilities to get informations and manipulate the request. (docs
are very few, only a little in README.v2 yet)

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to