Re: AW: Need help to divert HTML print <

2004-02-18 Thread Wiggins d Anconia
> Hello, > > Can you guys tell me on this piece of codes? It doesn't print the small > html codes in the sub below. No warning - nothing! > N.B. Don't bother about the html; just check my perl codes to see why I > doesn't print what I want. > > Thanks > > Babs >

AW: Need help to divert HTML print <

2004-02-18 Thread B. Fongo
Hello, Can you guys tell me on this piece of codes? It doesn't print the small html codes in the sub below. No warning - nothing! N.B. Don't bother about the html; just check my perl codes to see why I doesn't print what I want. Thanks Babs ==

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

Need help to divert HTML print <

2004-02-18 Thread B. Fongo
I tried to divert the output of print <$dirhandle\$file") || die "Can't create the html template: $!"; # What may be wrong on the next line? Error warning: Use of uninitialized value .. print OUT <$title EOF Close OUT; ---

Need help to divert HTML print <

2004-02-18 Thread B. Fongo
I tried to divert the output of print <$dirhandle\$file") || die "Can't create the html template: $!"; # What may be wrong on the next line? Error warning: Use of uninitialized value .. print OUT <$title EOF Close OUT; ---