Help for this page
my $maxhour = time() - (24*60*60); my $data = qq(DELETE FROM day_time WHERE time <= "$maxhour");