Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Decimal Array range

by BrowserUk (Patriarch)
on Dec 21, 2010 at 10:49 UTC ( [id://878220]=note: print w/replies, xml ) Need Help??


in reply to Decimal Array range

@decimals = map{$_/100 } 501 .. 512;; print "@decimals";; 5.01 5.02 5.03 5.04 5.05 5.06 5.07 5.08 5.09 5.1 5.11 5.12 @times = map{ sprintf "%02d:%02d", $_/60, $_%60 } 4*60+55 .. 5*60+05;; print "@times";; 04:55 04:56 04:57 04:58 04:59 05:00 05:01 05:02 05:03 05:04 05:05

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

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

    No recent polls found