Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Generate unique ids of maximum length

by ikegami (Patriarch)
on Apr 13, 2010 at 15:05 UTC ( [id://834509]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                if ($key =~ /^[a-zA-Z]\z/) {
    
  2. or download this
                if (  $key =~ /^[a-z]\z/
                   || $key =~ /^[A-Z]\z/ && $flux !~ /[a-z]\z/
                ) {
    
  3. or download this
    A2990_duA_1
    A2990_du_1
    ...
    LXP_01
    LXP_02
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://834509]
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: (2)
As of 2024-04-24 17:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found