Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: number of unique characters in a string

by Northpass Kid (Initiate)
on Oct 21, 2011 at 19:36 UTC ( [id://932972]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
    my $pswd = "abcdbd";
    print (($pswd =~ $unqchar5_regex)?"Pass\n":"Fail\n");
    print Dumper \%_;
    
  2. or download this
    my $unqchar5_regex = qr/^(?{%_=()})(?:(.)(?{$_{$1}++}))+
                             (?{warn Dumper \%_})
                             (??{warn scalar(keys %_)." $1\n";
                                 (scalar(keys %_)<5)?~$1:''   })$/x;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-25 19:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found