Change 11340 by jhi@alpha on 2001/07/12 23:53:44

        cut-n-paste error noticed by mjd.

Affected files ...

... //depot/perl/pod/perlfaq4.pod#38 edit

Differences ...

==== //depot/perl/pod/perlfaq4.pod#38 (text) ====
Index: perl/pod/perlfaq4.pod
--- perl/pod/perlfaq4.pod.~1~   Thu Jul 12 18:00:05 2001
+++ perl/pod/perlfaq4.pod       Thu Jul 12 18:00:05 2001
@@ -74,7 +74,7 @@
 644, rather than the intended octal literal 0644.  The problem can
 be seen with:
 
-    printf(0"%o",644); # prints 01204
+    printf("%o",644); # prints 01204
 
 Surely you had not intended C<chmod(01204, $file);> - did you?  If you
 want to use numeric literals as arguments to chmod() et al. then please
End of Patch.

Reply via email to