Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Match Numeric Range

by dbuckhal (Chaplain)
on Aug 18, 2015 at 05:31 UTC ( [id://1138954]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -le '@full = ( 0..100 );
    for ( @full ) {
    ...
    68: LIGHTS OFF
    69: LIGHTS OFF
    70: LIGHTS OFF
    
  2. or download this
    perl -le '@full = ( 0..20 );
    for $ea ( @full ) {
    ...
    19: LIGHTS OFF
    20: LIGHTS ON
    20: LIGHTS OFF
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1138954]
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-16 14:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found