http://www.perlmonks.org?node_id=1025785


in reply to Re^4: Display tide based on time now.
in thread Display tide based on time now.

Sounds like you've got a very straightforward algorithm laid out there. It is difficult to be both "greater" and "equal" at the same time, but I presume you meant to say "or".

You may have also noticed how repetitive it is, and that it can be reworded as a for loop, using N, and (N+1)%$numTidePoints