in reply to Re^3: (OT) parsing time in mysql
in thread (OT) parsing time in mysql

It almost hurts me to ask this, but what do you mean 'more Perlish'? MySQL isn't very perlish at all, unfortunately.
However... you might try heavy use of wild-carding. That's sort of perlish.
select * from mytable where date like curdate.'%' ;

Or something.
Bro. Doug The Inert.