summaryrefslogtreecommitdiff
path: root/pod/perlfaq5.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-03 14:10:04 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-03 14:10:04 +0000
commit58103a2e295c15d87c7ce0bd8dd83d7e110adac4 (patch)
treed8c206aa6ca06a6663cfd0e689e46d4b580ebf89 /pod/perlfaq5.pod
parent36c7798d7abbe7dd4517943c1b5755ab4f2dda73 (diff)
downloadperl-58103a2e295c15d87c7ce0bd8dd83d7e110adac4.tar.gz
Sync perlfaq.
p4raw-id: //depot/perl@26601
Diffstat (limited to 'pod/perlfaq5.pod')
-rw-r--r--pod/perlfaq5.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod
index f5bd675683..839234e03c 100644
--- a/pod/perlfaq5.pod
+++ b/pod/perlfaq5.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq5 - Files and Formats ($Revision: 1.40 $, $Date: 2005/11/10 16:06:07 $)
+perlfaq5 - Files and Formats ($Revision: 1.42 $, $Date: 2005/12/31 00:54:37 $)
=head1 DESCRIPTION
@@ -516,7 +516,7 @@ only version of open() and so it is prevalent in old code and books.
Unless you have a particular reason to use the two argument form you
should use the three argument form of open() which does not treat any
charcters in the filename as special.
-
+
open FILE, "<", " file "; # filename is " file "
open FILE, ">", ">file"; # filename is ">file"
@@ -1106,7 +1106,7 @@ If your array contains lines, just print them:
=head1 AUTHOR AND COPYRIGHT
-Copyright (c) 1997-2005 Tom Christiansen, Nathan Torkington, and
+Copyright (c) 1997-2006 Tom Christiansen, Nathan Torkington, and
other authors as noted. All rights reserved.
This documentation is free; you can redistribute it and/or modify it