s2p sed to perl translator
http://www.perl.com/ the Perl Home Page
- http://www.perl.com/CPAN the Comphrehensive Perl Archive
+ http://www.perl.com/CPAN the Comprehensive Perl Archive
=head1 DIAGNOSTICS
perllexwarn - Perl Lexical Warnings
=head1 DESCRIPTION
-
+
The C<use warnings> pragma is a replacement for both the command line
flag B<-w> and the equivalent Perl variable, C<$^W>.
lexical warnings and C<$^W>, this section will describe how they interact.
How Lexical Warnings interact with B<-w>/C<$^W>:
-
+
=over 5
=item 1.
This tutorial assumes that the make program that Perl is configured to
use is called C<make>. Instead of running "make" in the examples that
follow, you may have to substitute whatever make program Perl has been
-configured to use. Running "perl -V:make" should tell you what it is.
+configured to use. Running B<perl -V:make> should tell you what it is.
=head2 Version caveat
If you are on a Win32 system, and the build process fails with linker
errors for functions in the C library, check if your Perl is configured
-to use PerlCRT (running "perl -V:libc" should show you if this is the
+to use PerlCRT (running B<perl -V:libc> should show you if this is the
case). If Perl is configured to use PerlCRT, you have to make sure
PerlCRT.lib is copied to the same location that msvcrt.lib lives in,
so that the compiler can find it on its own. msvcrt.lib is usually