Think about Loose Coupling | |
PerlMonks |
RE: Re: Importing files with perl::dbiby httptech (Chaplain) |
on Jun 23, 2000 at 15:30 UTC ( [id://19567]=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|