Cliff,
I have optrawinput turned on (do my editing in ascii editors). I tried escaping 
them anyway (one and then both of them) just for grins and it didn't have any 
affect.

On 20 Dec 2001 at 10:39, ___cliff rayman___ wrote:

> 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]
> 



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

Reply via email to