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

Re: Declaring an Array Using Character Classes

by frozenwithjoy (Priest)
on Nov 27, 2012 at 08:47 UTC ( [id://1005812]=note: print w/replies, xml ) Need Help??


in reply to Declaring an Array Using Character Classes

Array with uppercase/lowercase alphabet and -10 to 10 using Range Operators:
$ perl -W -Mstrict -E 'my @alphanum = ( "A" .. "Z", "a" .. "z", -10 .. + 10 ); say "@alphanum"' A B C D E F G H I J K L M N O P Q R S T U V W X Y Z a b c d e f g h i +j k l m n o p q r s t u v w x y z -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 0 1 +2 3 4 5 6 7 8 9 10

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 20:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found