Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Logical ways to calculate being within two times

by stevieb (Canon)
on Nov 27, 2016 at 17:09 UTC ( [id://1176656]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $api->set_light_times;
    
  2. or download this
    sub set_light_times {
        my ($self) = @_;
    ...
        );
    
    }
    
  3. or download this
    sub action_light {
        my ($self) = @_;
    ...
            $self->set_light_times;
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-23 06:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found