From: Ash Berlin Date: Sat, 6 May 2006 14:16:00 +0000 (+0100) Subject: perlop.pod doc patch: I/O operators X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=da87341d130e39c7faf9969bc994fd7da37e12ce;p=p5sagit%2Fp5-mst-13.2.git perlop.pod doc patch: I/O operators Message-ID: <445CA190.1070105@cpan.org> p4raw-id: //depot/perl@28133 --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 4c3d919..442c313 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 toward the end of this section, -as well as L<"I/O Operators">. +as well as L. =head2 The Arrow Operator X X 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 for more discussion. =item qw/STRING/ X X X