X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq5.pod;h=ef7b5cb73f03a320ee56019064a0bacc929d0c80;hb=06a5f41f0431df02a9cd266d1e2a88d3625b083b;hp=80a8fb6fff5e55348eecc75e1d336e7529cfaefb;hpb=466bafcd4432239968dcf0c427d25b79b1833243;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index 80a8fb6..ef7b5cb 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -1128,9 +1128,9 @@ documentation for details. =head2 Why does Perl let me delete read-only files? Why does C<-i> clobber protected files? Isn't this a bug in Perl? -This is elaborately and painstakingly described in the "Far More Than -You Ever Wanted To Know" in -http://www.cpan.org/doc/FMTEYEWTK/file-dir-perms . +This is elaborately and painstakingly described in the +F article in the "Far More Than You Ever Wanted To +Know" collection in http://www.cpan.org/olddoc/FMTEYEWTK.tgz . The executive summary: learn how your filesystem works. The permissions on a file say what can happen to the data in that file.