diff options
author | Ash Berlin <ash@cpan.org> | 2006-05-06 15:16:00 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-09 07:27:37 +0000 |
commit | da87341d130e39c7faf9969bc994fd7da37e12ce (patch) | |
tree | d4ccddbba869ecc1d8b342e45195801add1d7eed /pod/perlop.pod | |
parent | 65ceff029b261068bab583ae655bb00669409fa9 (diff) | |
download | perl-da87341d130e39c7faf9969bc994fd7da37e12ce.tar.gz |
perlop.pod doc patch: I/O operators
Message-ID: <445CA190.1070105@cpan.org>
p4raw-id: //depot/perl@28133
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r-- | pod/perlop.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index 4c3d919c2e..442c313c84 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -119,7 +119,7 @@ well as subroutine and method calls, and the anonymous constructors C<[]> and C<{}>. See also L<Quote and Quote-like Operators> toward the end of this section, -as well as L<"I/O Operators">. +as well as L</"I/O Operators">. =head2 The Arrow Operator X<arrow> X<dereference> X<< -> >> @@ -1380,7 +1380,7 @@ when they're the right way to get something done. Perl was made to be a glue language, and one of the things it glues together is commands. Just understand what you're getting yourself into. -See L<"I/O Operators"> for more discussion. +See L</"I/O Operators"> for more discussion. =item qw/STRING/ X<qw> X<quote, list> X<quote, words> |