=item CONVERSIONS
+=over
+
+=item tr///
+
+=item iconv
+
+=item C RTL
+
+=back
+
=item OPERATOR DIFFERENCES
=item FUNCTION DIFFERENCES
=back
-=item URL ENCODING and DECODING
+=item TRANFORMATION FORMATS
+
+=over
+
+=item URL decoding and encoding
+
+=item uu encoding and decoding
+
+=item Quoted-Printable encoding and decoding
+
+=item Caesarian cyphers
+
+=back
+
+=item Hashing order and checksums
=item I18N AND L10N
=item OS/390
-chcp, dataset access, iconv, locales
+chcp, dataset access, OS/390 iconv, locales
=item VM/ESA?
=item Working with SVs
+=item Offsets
+
=item What's Really Stored in an SV?
=item Working with AVs
=back
+=head2 perlaix, README.aix - Perl version 5 on IBM Unix (AIX) systems
+
+=over
+
+=item DESCRIPTION
+
+=over
+
+=item Compiling Perl 5 on AIX
+
+=item OS level
+
+=item Building Dynamic Extensions on AIX
+
+=item The IBM ANSI C Compiler
+
+=item Using GNU's gcc for building perl
+
+=item Using Large Files with Perl
+
+=item Threaded Perl
+
+=item 64-bit Perl
+
+=item GDBM and Threads
+
+=item NFS filesystems and utime(2)
+
+=back
+
+=item AUTHOR
+
+=item DATE
+
+=back
+
=head2 perlamiga - Perl under Amiga OS (possibly very outdated information)
=over
=item OBTAINING THE SCRIPT'S URL
B<-absolute>, B<-relative>, B<-full>, B<-path> (B<-path_info>), B<-query>
-(B<-query_string>)
+(B<-query_string>), B<-base>
=item MIXING POST AND URL PARAMETERS
B<Accept()>, B<raw_cookie()>, B<user_agent()>, B<path_info()>,
B<path_translated()>, B<remote_host()>, B<script_name()> Return the script
name as a partial URL, for self-refering scripts, B<referer()>, B<auth_type
-()>, B<server_name ()>, B<virtual_host ()>, B<server_software ()>,
-B<remote_user ()>, B<user_name ()>, B<request_method()>, B<content_type()>,
-B<http()>, B<https()>
+()>, B<server_name ()>, B<virtual_host ()>, B<server_port ()>,
+B<server_software ()>, B<remote_user ()>, B<user_name ()>,
+B<request_method()>, B<content_type()>, B<http()>, B<https()>
=item USING NPH SCRIPTS
=item FAQ
-I installed a new version of module X but CPAN keeps saying, I have
-the old version installed, So why is UNINST=1 not the default?, When I
-install bundles or multiple modules with one command there is too
-much output to keep track of, I am not root, how can I install a module in
-a personal directory?, How to get a package, unwrap it, and make a change
-before building it?, I installed a Bundle and had a couple of fails. When I
-retried, everything resolved nicely. Can this be fixed to work on
-first try?
+1) I installed a new version of module X but CPAN keeps saying, I
+have the old version installed, 2) So why is UNINST=1 not the default?, 3)
+When I install bundles or multiple modules with one command there is
+too much output to keep track of, 4) I am not root, how can I install a
+module in a personal directory?, 5) How to get a package, unwrap it,
+and make a change before building it?, 6) I installed a Bundle and
+had a couple of fails. When I retried, everything resolved nicely.
+Can this be fixed to work on first try?, 7) In our intranet we have
+many modules for internal use. How can I integrate these modules with
+CPAN.pm but without uploading the modules to CPAN?
=item BUGS
C<inc_version_list>, C<inc_version_list_init>, C<incpath>, C<inews>,
C<installarchlib>, C<installbin>, C<installman1dir>, C<installman3dir>,
C<installprefix>, C<installprefixexp>, C<installprivlib>, C<installscript>,
-C<installscripts>, C<installsitearch>, C<installsitebin>,
-C<installsitelib>, C<installstyle>, C<installusrbinperl>,
-C<installvendorarch>, C<installvendorbin>, C<installvendorlib>, C<intsize>,
-C<ivdformat>, C<ivsize>, C<ivtype>
+C<installsitearch>, C<installsitebin>, C<installsitelib>, C<installstyle>,
+C<installusrbinperl>, C<installvendorarch>, C<installvendorbin>,
+C<installvendorlib>, C<intsize>, C<ivdformat>, C<ivsize>, C<ivtype>
=item k
C<vendorarch>, C<vendorarchexp>, C<vendorbin>, C<vendorbinexp>,
C<vendorlib>, C<vendorlib_stem>, C<vendorlibexp>, C<vendorprefix>,
-C<vendorprefixexp>, C<version>, C<vi>, C<voidflags>
+C<vendorprefixexp>, C<version>, C<versiononly>, C<vi>, C<voidflags>
=item x
=item DESCRIPTION
+=over
+
+=item Memory footprint debugging
+
+=back
+
=item EXAMPLES
=over
=over
-=item SYNOPSIS
+=item SYNOPSIS
-=item DESCRIPTION
+=item DESCRIPTION
TIEARRAY classname, LIST, STORE this, index, value, FETCH this, index,
FETCHSIZE this, STORESIZE this, count, EXTEND this, count, EXISTS this,
=item CAVEATS
-=item AUTHOR
+=item AUTHOR
=back
=item MORE INFORMATION
+=item COMPATIBILITY
+
=back
=head2 Tie::Hash, Tie::StdHash - base class definitions for tied hashes