What about these?
my @now = localtime(); my $YY = strftime( "%y", @now ); my $MMM = uc( strftime( "%b", @now ) );
Oh, they're not used anywhere at all
Three more variables gone