Help for this page
if ( $today > $start && $today < $stop ) { if ( $today!= $notthisday[0] ) { ... } } }
if ( $today > $start && $today < $stop && $today != $notthisday[0] && ... $day == $dayofmon[1] ) { print "$today is the day."; }