in reply to Re^2: prepare statement within DBI
in thread prepare statement within DBI

You don't need DBIx::Simple to simplify that. Just do this with plain old DBI

Yes, but with one important difference: selectall_array prepares a new sth each time, while DBIx::Simple re-uses them (as if prepare_cached were used, but safer).

Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }