my $today = (qw)[(localtime)[6]]; # $today now holds the day ("Mon", "Tue", etc., as appropriate) while () { if (m/^$today:/i) { ----------------------------------------------------------------------------- Copyright 1997-2024 Jeffrey Friedl