Scott Chapman wrote:
> [415]ERR: 24: Error in Perl code: Can't use an undefined value as filehandle
> reference at /wwww/htdocs/init.epl line 8.
>
> The code looks like this in my init.epl:
>
> open ($req->{DBUGF}, '>>/tmp/debug.txt') || die ("Can't open debug
> file for writing: $!");
try:
open ($req->{DBUGF}, '\>>/tmp/debug.txt') || die ("Can't open debug
file for writing: $!");
the <> symbols are opening and closing for html tags, they have to be
escaped in embperl.
--
___cliff [EMAIL PROTECTED]http://www.genwax.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]