in reply to DBI debugging: SQL dumping?

Thanks for all the suggestions, I should've read DBI manpage beyond the first two pages. :-) I'm doing do() because it's shorter to code, and the script is a one-off thing that's not performance critical anyway. But I do use prepare() and execute() other times.