Change 15176 by ams@lustre on 2002/03/11 15:35:24
Subject: Minor correction in perlfaq5
From: [EMAIL PROTECTED]
Date: 11 Mar 2002 16:34:22 -0000
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/pod/perlfaq5.pod#39 edit
Differences ...
==== //depot/perl/pod/perlfaq5.pod#39 (text) ====
Index: perl/pod/perlfaq5.pod
--- perl/pod/perlfaq5.pod.~1~ Mon Mar 11 08:45:06 2002
+++ perl/pod/perlfaq5.pod Mon Mar 11 08:45:06 2002
@@ -1021,7 +1021,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
End of Patch.