diff options
author | Slaven Rezic <slaven@rezic.de> | 2002-11-08 23:22:19 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-11-10 21:30:36 +0000 |
commit | 80fea0d2bcf08e174a74010b6dc3b53a2700dacd (patch) | |
tree | 6a45e30324639a07fc1552ae045fe97dbc278a09 /lib | |
parent | 0d55c8f7c05ceae7db13bb3863932232a57c2a7b (diff) | |
download | perl-80fea0d2bcf08e174a74010b6dc3b53a2700dacd.tar.gz |
perlopentut and PerlIO documentation
Message-ID: <8765v7kb90.fsf@vran.herceg.de>
p4raw-id: //depot/perl@18135
Diffstat (limited to 'lib')
-rw-r--r-- | lib/PerlIO.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index 1ee5b88815..672efb2324 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -203,7 +203,7 @@ Nick Ing-Simmons E<lt>nick@ing-simmons.netE<gt> =head1 SEE ALSO -L<perlfunc/"binmode">, L<perlfunc/"open">, L<perlunicode>, L<Encode> +L<perlfunc/"binmode">, L<perlfunc/"open">, L<perlunicode>, L<perliol>, L<Encode> =cut |