RE: Need help to divert HTML print <

2004-02-18 Thread Bob Showalter
B. Fongo wrote: > I tried to divert the output of print < warns of uninitialized value. > The filehandle below succeeded - so what is not initialized? > > --- > > open (OUT, ">$dirhandle\$file") || die "Can't create the html > templa

Re: Need help to divert HTML print <

2004-02-18 Thread Octavian Rasnita
You need to separate dirs and files using / and not \. Teddy - Original Message - From: "B. Fongo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 11:22 AM Subject: Need help to divert HTML print < I tried to divert the output of print < warns of uninitiali