Hello There. I'm writing a small CGI using Class::DBI, and wandered: how secure is it? I'm afraid of SQL injection and such. Can I safely do $cd->field($input), and trust the module to quote the any un-safe characters, or should I do it alone? Shmuel.