in reply to DBI quoting when I don't want it to

Maybe using Date::Manip would be an option. You could calculate the desired date in your Perl code, convert it to a simple DD/MM/YYYY date, and use that date in your SQL statement.
  • Comment on Re: DBI quoting when I don't want it to