in reply to
Compare Date
This may be too simplistic, but can't you use this to give you the current day and just compare it to your database via an if statement?:
$day=(localtime(time))[3];
-
OzzyOsbourne
Comment on
Re: Compare Date
Download
Code
In Section
Seekers of Perl Wisdom