Help for this page

Select Code to Download


  1. or download this
    sub is_poll_time {
        for (@_) {
    ...
    
        return 0;
    }
    
  2. or download this
    for my $poll_hour (0 .. 24) {
        # Process $poll_hour here
    }