Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^5: 'perl Makefile.PL' warning for v5.20 to v5.24

by syphilis (Archbishop)
on Jul 02, 2022 at 02:18 UTC ( [id://11145233]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $count++;  
        print "$count match\n" if ($s && $s =~ m![[:cntrl:]]+!);
    }
    
  2. or download this
    1 match
    2 match
    ...
    6 match
    7 match
    8 match
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11145233]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-03-28 22:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found