Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Regex question once-only use of chars in a charset

by CountZero (Bishop)
on May 15, 2011 at 13:19 UTC ( [id://904966]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    open my $WORDLIST, '<', './wordlist.txt' or die $!;
    ...
        my $sorted = join '', sort split '';
        say if $sorted =~ /^$available$/io;
    }
    
  2. or download this
    abe
    ace
    aced
    ...
    fad
    fade
    fed
    

Log In?
Username:
Password:

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

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

    No recent polls found