http://qs1969.pair.com?node_id=19567


in reply to Re: Importing files with perl::dbi
in thread Importing files with perl::dbi

My solution already uses bind params in the "do" method. I don't think it's necessarily faster to "prepare" and "execute" than to just "do".

However, it is faster to undef $/ and then pass <TEXT> as a scalar than to run "join" on every line and pass the intermediate variable.