in reply to close or die
in thread Making an array out of each line in a file
Sorry for being pedant but we are opening files here, so - unless you mistype your file handle, - you can always close a filehandle. Or am I wrong?
No need to apologize for being pedantic :-). I can't think of a situation where close would fail on a plain old file on a local filesystem; for that, it's just habit. But networked filesystems, sockets, pipes, and so on can mess up close; besides, Always Check System Call Return Values is a good habit to get into.
--
Yours in pedantry,
F
o
x
t
r
o
t
U
n
i
f
o
r
m
"Anything you put in comments is not tested and easily goes out of date." -- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: close or die
by Fletch (Bishop) on Nov 12, 2004 at 00:50 UTC | |
by tilly (Archbishop) on Nov 12, 2004 at 02:34 UTC | |
Re^2: close or die
by PerlingTheUK (Hermit) on Nov 11, 2004 at 23:09 UTC | |
by chb (Deacon) on Nov 12, 2004 at 08:39 UTC |