* Note that unlink sets $! on failure.
authorbrian d foy <bdfoy@cpan.org>
Fri, 20 Nov 2009 00:38:30 +0000 (18:38 -0600)
committerbrian d foy <bdfoy@cpan.org>
Fri, 20 Nov 2009 00:38:30 +0000 (18:38 -0600)
commit40ea6f68f5e33895a1a9d11f269b177eb901c03f
tree4eef29b1d84118cfab867ec7a6fa19a7ebac3935
parent5ed4f2ecec5b66feed399b9a24471aeac4242cdb
* Note that unlink sets $! on failure.

The docs to unlink didn't explicitly note that it set $! on
failure, unlike the docs on some other system calls do.

While I was in there, I cleansed the entry a little and
added an example of unlinking files one-by-one to find
the ones that fail.

Modern Perl fix: let's call a glob a glob() and not a <*>.

This problem was noted on the Perl Beginner's list:

http://www.nntp.perl.org/group/perl.beginners/2009/11/msg110062.html
pod/perlfunc.pod