- or download this
#! perl -w
use strict;
...
__END__
- or download this
In addition, Perl defines the following:
...
\pP Match P, named property. Use \p{Prop} for longer names.
\PP Match non-P
- or download this
print "==$Config{installprefix}==\n"; # prints ==C:\Perl==
- or download this
$podfileb =~ s!\\!/!g;
$rootb =~ s!\\!/!g;