From: brian d foy Date: Tue, 24 Nov 2009 00:52:57 +0000 (-0600) Subject: * Reword the sentence about checking unlink failures X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=734c9e01d195af6f982fec69a9589fd781d69a8b;p=p5sagit%2Fp5-mst-13.2.git * Reword the sentence about checking unlink failures --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 0f2b016..540b723 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6870,7 +6870,7 @@ it successfully deleted. On failure, it returns false and sets C<$!> unlink glob "*.bak"; On error, C will not tell you which files it could not remove. -If you care about the files you could not remove, try them one +If you want to know which files you could not remove, try them one at a time: foreach my $file ( @goners ) {