Help for this page
sub is_poll_time { for (@_) { ... return 0; }
for my $poll_hour (0 .. 24) { # Process $poll_hour here }