Help for this page

Select Code to Download


  1. or download this
    my $top_at_hour = 4;
    while ((localtime(time))[2] < $stop_at_hour) {
        # do some specific stuff here..
    }
    exit;
    
  2. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.