diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-09-06 09:01:57 +0300 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-09-06 03:31:32 +0000 |
commit | 63de3cb284beb0325229608ff63562933eba8f50 (patch) | |
tree | 1e4b9176d04cfd4cb024e1df6bc3fd9a3bea8047 /pod/perl.pod | |
parent | 83d057904fcf43ccbeee0b8e23d13ba528a6cb6a (diff) | |
download | perl-63de3cb284beb0325229608ff63562933eba8f50.tar.gz |
(mostly (Unicode)) pod nits
Message-Id: <20020906030157.GA28252@lyta.hut.fi>
p4raw-id: //depot/perl@17850
Diffstat (limited to 'pod/perl.pod')
-rw-r--r-- | pod/perl.pod | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/pod/perl.pod b/pod/perl.pod index 75331e1eb3..66a0821d2e 100644 --- a/pod/perl.pod +++ b/pod/perl.pod @@ -263,7 +263,8 @@ L<perlguts>, and L<xsubpp>. =item * -roll-your-own magic variables (including multiple simultaneous DBM implementations) +roll-your-own magic variables (including multiple simultaneous DBM +implementations) Described in L<perltie> and L<AnyDBM_File>. @@ -288,21 +289,15 @@ and L<perlbot>. =item * -compilability into C code or Perl bytecode - -Described in L<B> and L<B::Bytecode>. - -=item * - support for light-weight processes (threads) -Described in L<perlthrtut> and L<Thread>. +Described in L<perlthrtut> and L<threads>. =item * -support for internationalization, localization, and Unicode +support for Unicode, internationalization, and localization -Described in L<perllocale> and L<utf8>. +Described in L<perluniintro>, L<perllocale> and L<Locale::Maketext>. =item * |