diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-31 02:19:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-31 02:19:49 +0000 |
commit | 1768d7ebbd79c945a432bd18f2f9bed6d1a79356 (patch) | |
tree | 45fd01fd5766e85d54664e7356614489b9489dbb /lib/open.pm | |
parent | d0e98d276e2cc7fdcdfbde4dabbc0843fb890ac7 (diff) | |
download | perl-1768d7ebbd79c945a432bd18f2f9bed6d1a79356.tar.gz |
More documentation for the encode pragma.
p4raw-id: //depot/perl@12785
Diffstat (limited to 'lib/open.pm')
-rw-r--r-- | lib/open.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/open.pm b/lib/open.pm index 3d7782fc8b..d8a6350c1d 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -156,6 +156,7 @@ level. =head1 SEE ALSO -L<perlfunc/"binmode">, L<perlfunc/"open">, L<perlunicode>, L<PerlIO> +L<perlfunc/"binmode">, L<perlfunc/"open">, L<perlunicode>, L<PerlIO>, +L<encoding> =cut |