This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't use /dev/tty if it happens to exist on Windows
[perl5.git] / pod / perlintro.pod
index d14c6d5..afce360 100644 (file)
@@ -408,7 +408,7 @@ the more friendly list scanning C<foreach> loop.
     }
 
 The C<foreach> keyword is actually a synonym for the C<for>
-keyword.  See C<L<perlsyn/"Foreach Loops">.
+keyword.  See C<L<perlsyn/"Foreach Loops">>.
 
 =back