diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-08 17:53:00 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-08 17:53:00 +0000 |
commit | 3ecb378735db95cda9e76244a06625c00083ddfe (patch) | |
tree | d9542f11f4af1df5f3ed59f97d234bf8fdada739 /pod/perltoc.pod | |
parent | 875e5c2f472bbad0194a8468805dfa001e86093d (diff) | |
download | perl-3ecb378735db95cda9e76244a06625c00083ddfe.tar.gz |
Regen perlapi, regen toc.
p4raw-id: //depot/perl@13538
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r-- | pod/perltoc.pod | 98 |
1 files changed, 93 insertions, 5 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 29f97db2a7..9467051171 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -2205,6 +2205,8 @@ LC_NUMERIC, LC_TIME, LANG =item Unicode I/O +=item Displaying Unicode As Text + =item Special Cases =item Advanced Topics @@ -2904,8 +2906,8 @@ mean? =back -=head2 perlfaq4 - Data Manipulation ($Revision: 1.8 $, $Date: 2001/11/09 -08:06:04 $) +=head2 perlfaq4 - Data Manipulation ($Revision: 1.9 $, $Date: 2001/12/07 +21:17:58 $) =over 4 @@ -3212,7 +3214,7 @@ protected files? Isn't this a bug in Perl? =back -=head2 perlfaq6 - Regexes ($Revision: 1.4 $, $Date: 2001/11/09 08:06:04 $) +=head2 perlfaq6 - Regexes ($Revision: 1.5 $, $Date: 2001/12/02 01:55:12 $) =over 4 @@ -4979,7 +4981,7 @@ I<The Road goes ever on and on, down from the door where it began.> =item DESCRIPTION -=item Highlights +=item Highlights In 5.8.0 =item Incompatible Changes @@ -6940,6 +6942,50 @@ Source, Compiled Module Source, Perl Modules/Scripts =back +=head2 perldos - Perl under DOS, W31, W95. + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=over 4 + +=item Prerequisites for Compiling Perl on DOS + +DJGPP, Pthreads + +=item Shortcomings of Perl under DOS + +=item Building Perl on DOS + +=item Testing Perl on DOS + +=item Installation of Perl on DOS + +=back + +=item BUILDING AND INSTALLING MODULES ON DOS + +=over 4 + +=item Building Prerequisites for Perl on DOS + +=item Unpacking CPAN Modules on DOS + +=item Building Non-XS Modules on DOS + +=item Building XS Modules on DOS + +=back + +=item AUTHOR + +=item SEE ALSO + +=back + =head2 perlepoc, README.epoc - Perl for EPOC =over 4 @@ -7823,6 +7869,48 @@ LIST, waitpid PID,FLAGS =back +=head2 perlwin32 - Perl under Win32 + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=over 4 + +=item Setting Up Perl on Win32 + +Make, Command Shell, Borland C++, Microsoft Visual C++, Mingw32 with GCC + +=item Building + +=item Testing Perl on Win32 + +=item Installation of Perl on Win32 + +=item Usage Hints for Perl on Win32 + +Environment Variables, File Globbing, Using perl from the command line, +Building Extensions, Command-line Wildcard Expansion, Win32 Specific +Extensions, Running Perl Scripts, Miscellaneous Things + +=back + +=item BUGS AND CAVEATS + +=item AUTHORS + +Gary Ng E<lt>71564.1743@CompuServe.COME<gt>, Gurusamy Sarathy +E<lt>gsar@activestate.comE<gt>, Nick Ing-Simmons +E<lt>nick@ing-simmons.netE<gt> + +=item SEE ALSO + +=item HISTORY + +=back + =head1 PRAGMA DOCUMENTATION =head2 attrs - set/get attributes of a subroutine (deprecated) @@ -13698,7 +13786,7 @@ Remarks =item EXAMPLES - use Math::BigInt qw(bstr); + use Math::BigInt; =item Autocreating constants |