>
> open ($req->{DBUGF}, '>>/tmp/debug.txt') || die ("Can't open debug
> file for writing: $!");
>
I am not sure if this syntax works at all. I would use Apache::File instead
(or IO::File if you don't run udner mod_perl):
$req->{DBUGF} = Apache::File -> new ('>>/tmp/debug.txt') || die ("Can't open
debug file for writing: $!");
Gerald
P.S. If you have set optRawInput there is no need to escape < and > in the
source
-------------------------------------------------------------
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]