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

Re: Time::Period overlaps?

by ikegami (Patriarch)
on Mar 15, 2006 at 01:20 UTC ( [id://536750]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub wd {
       my ($min, $max) = @_
    ...
    # M-F, 9am to 5pm
    # wd {mo-fr} hr {9-16}
    my $sla_period = wd(1,5)->intersection(hr(9, 16));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-24 12:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found