Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Is there a better way?

by dragonchild (Archbishop)
on Aug 04, 2001 at 00:45 UTC ( [id://102155]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $charclass = "aeginrt";
    my $num = 9;
    if (/^[$charclass]{$num}$/) {
    # rest of code here
    
  2. or download this
    my %num_letters = ( a => 1,
                        e => 2,
    ...
        print "Found $word\n";
    }
    close DICT;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found