| Newsgroups |
perl.cvs.perlfaq |
| Message-ID |
<[email protected]> |
cvsuser 02/03/11 13:54:57
Modified: . perlfaq5.pod
Log:
* changed a misplaced 'What' to 'Why'
Revision Changes Path
1.11 +2 -2 perlfaq/perlfaq5.pod
Index: perlfaq5.pod
===================================================================
RCS file: /cvs/public/perlfaq/perlfaq5.pod,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -r1.10 -r1.11
--- perlfaq5.pod 11 Mar 2002 21:39:21 -0000 1.10
+++ perlfaq5.pod 11 Mar 2002 21:54:57 -0000 1.11
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq5 - Files and Formats ($Revision: 1.10 $, $Date: 2002/03/11 21:39:21 $)
+perlfaq5 - Files and Formats ($Revision: 1.11 $, $Date: 2002/03/11 21:54:57 $)
=head1 DESCRIPTION
@@ -1074,7 +1074,7 @@
close F;
}
-=head2 Why can't I use "C:\temp\foo" in DOS paths? What doesn't `C:\temp\foo.exe` work?
+=head2 Why can't I use "C:\temp\foo" in DOS paths? Why doesn't `C:\temp\foo.exe` work?
Whoops! You just put a tab and a formfeed into that filename!
Remember that within double quoted strings ("like\this"), the