![]() |
|
P is for Practical | |
PerlMonks |
Re: tilly (4) scratching the surface of File::Temp (unlink w/o $filehandle ?)by tilly (Archbishop) |
on Feb 10, 2001 at 22:47 UTC ( #57643=note: print w/replies, xml ) | Need Help?? |
You have the correct answer. And indeed it is addressed
in the documentation. unlink0 performs checks that
depend on having both the filename and the open filehandle,
and if you do the close yourself it cannot verify that the
close was safe.
In Section
Snippets Section
|
|