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

Re: Decimal Array range

by Anonymous Monk
on Dec 21, 2010 at 10:42 UTC ( [id://878214]=note: print w/replies, xml ) Need Help??


in reply to Decimal Array range

Range operator only deals with integers
@array = map { 5 + ($_/100) } 1 .. 100;

I am really trying to do this with time ranges, say from 1pm to 11pm but not sure that is possible either.

DateTime::Event::Recurrence? DateTime::Event::Cron? Date::Manip::Recur?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-03-19 06:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found