X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq5.pod;h=fb0274ec9e4fbc7e6eeb433820be431951170cc6;hb=7d824d8e6f7cacfafe95d58fa9ab3d99bd41e854;hp=2d34bfa415f6fbe9d1757caeefa97de2717f65fa;hpb=a93751fa40b15f424f91bba70d1533c6b4024e42;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index 2d34bfa..fb0274e 100644 --- a/pod/perlfaq5.pod +++ b/pod/perlfaq5.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq5 - Files and Formats ($Revision: 1.3 $, $Date: 2001/10/16 13:27:22 $) +perlfaq5 - Files and Formats ($Revision: 1.7 $, $Date: 2002/01/11 02:31:20 $) =head1 DESCRIPTION @@ -901,8 +901,8 @@ set it to C<""> to eliminate empty paragraphs (C<"abc\n\n\n\ndef">, for instance, gets treated as two paragraphs and not three), or C<"\n\n"> to accept empty paragraphs. -Note that a blank line must have no blanks in it. Thus C<"fred\n -\nstuff\n\n"> is one paragraph, but C<"fred\n\nstuff\n\n"> is two. +Note that a blank line must have no blanks in it. Thus +S> is one paragraph, but C<"fred\n\nstuff\n\n"> is two. =head2 How can I read a single character from a file? From the keyboard? @@ -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.