Help for this page

Select Code to Download


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