X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq5.pod;h=28888f6f6c640b17a71bdfc8c759ceea90b6c592;hb=6bd23935f1e5b7c6f7035440f4b48e4c9659d61f;hp=95957eb2045827d48bb80898f216a51f616744f7;hpb=8305e449a259649641f455b333f66bc0de7f3b62;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod index 95957eb..28888f6 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.4 $, $Date: 2001/11/09 08:06:04 $) =head1 DESCRIPTION @@ -838,7 +838,7 @@ Or even: Otherwise you'll have to write your own multiplexing print function--or your own tee program--or use Tom Christiansen's, -at http://www.perl.com/CPAN/authors/id/TOMC/scripts/tct.gz , which is +at http://www.cpan.org/authors/id/TOMC/scripts/tct.gz , which is written in Perl and offers much greater functionality than the stock version. @@ -1130,7 +1130,7 @@ documentation for details. This is elaborately and painstakingly described in the "Far More Than You Ever Wanted To Know" in -http://www.perl.com/CPAN/doc/FMTEYEWTK/file-dir-perms . +http://www.cpan.org/doc/FMTEYEWTK/file-dir-perms . The executive summary: learn how your filesystem works. The permissions on a file say what can happen to the data in that file.