in reply to Re: print htmlcode issue
in thread print htmlcode issue
close FH or die $!;
Does close ever fail?
To me, it seems testing the print makes more sense:
Which can come in handy, because filehandles are not protected by strict.print FH $foo or die $!;
- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: print htmlcode issue
by mce (Curate) on Apr 19, 2002 at 12:25 UTC | |
by Juerd (Abbot) on Apr 19, 2002 at 14:29 UTC |