Would it be worth while to redo bind_param() to allow it to except both
references and values, therefore allowing to execute with different
values, based on the changing values of the variable?  Will this somehow
be effected with the way Perl might reallocate the pointer and assign a
different address to the scalar, though I believe the references are
then updated as well with the new properties?  Or is there some catch to
it?  It must be since I haven't heard this brought up before.

Ilya

Reply via email to