> 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
>
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
==
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
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
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;
---
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;
---