Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Decimal Array range

by bart (Canon)
on Dec 21, 2010 at 13:02 UTC ( [id://878245]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use POSIX qw(strftime);
    use Time::Local;
    ...
    $_ = join " ", @range;
    s/(.{1,70})(\s|$)/$1\n/g;
    print ;
    
  2. or download this
    13:00:00 13:05:00 13:10:00 13:15:00 13:20:00 13:25:00 13:30:00
    13:35:00 13:40:00 13:45:00 13:50:00 13:55:00 14:00:00 14:05:00
    ...
    21:45:00 21:50:00 21:55:00 22:00:00 22:05:00 22:10:00 22:15:00
    22:20:00 22:25:00 22:30:00 22:35:00 22:40:00 22:45:00 22:50:00
    22:55:00 23:00:00
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 05:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found