| Newsgroups |
perl.cvs.perlfaq |
| Message-ID |
<[email protected]> |
cvsuser 02/04/07 11:33:45
Modified: . perlfaq5.pod
Log:
* FAQ sync - removed extraneous blank line
Revision Changes Path
1.14 +1 -2 perlfaq/perlfaq5.pod
Index: perlfaq5.pod
===================================================================
RCS file: /cvs/public/perlfaq/perlfaq5.pod,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -r1.13 -r1.14
--- perlfaq5.pod 16 Mar 2002 15:37:26 -0000 1.13
+++ perlfaq5.pod 7 Apr 2002 18:33:45 -0000 1.14
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq5 - Files and Formats ($Revision: 1.13 $, $Date: 2002/03/16 15:37:26 $)
+perlfaq5 - Files and Formats ($Revision: 1.14 $, $Date: 2002/04/07 18:33:45 $)
=head1 DESCRIPTION
@@ -496,7 +496,6 @@
open FILE, "<", " file "; # filename is " file "
open FILE, ">", ">file"; # filename is ">file"
-
It may be a lot clearer to use sysopen(), though: