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


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

That's great, I just corrected I little thing here:
my @tides = ( { time_in_seconds => 0, highlow => 'Unknown', # it was high_low time => 'Unknown', } );
But thanks for your help. I have to do more work on that to check the dates for the next available tide and avoid printing 'Unknown'. This XML has the dates for the whole year, but this pointed me in the right direction for sure!