Date: Fri, 10 Apr 2009 16:01:12 +0000
Signed-off-by: Michael Witten <mfwitten@gmail.com>
---
pod/perlopentut.pod | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod
index 2322907..57f191d 100644
--- a/pod/perlopentut.pod
+++ b/pod/perlopentut.pod
@@ -55,7 +55,7 @@ If you prefer the low-punctuation version, you could write that this way:
open RESULTS,"> runstats" or die "can't open runstats: $!";
open LOG, ">> logfile " or die "can't open logfile: $!";
-A few things to notice. First, the leading less-than is optional.
+A few things to notice. First, the leading C< < > is optional.
If omitted, Perl assumes that you want to open the file for reading.
Note also that the first example uses the C<||> logical operator, and the
--
1.7.4.18.g68fe8
Thread Next