Scott Chapman wrote:

> 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: $!");

whoops - missed this:
open($req-\>


--
___cliff [EMAIL PROTECTED]http://www.genwax.com/



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

Reply via email to