in reply to Arrays and Stored Procedures

Could it be that $s->bind_param_array(":array_of_ids",\@id) is binding :array_of_ids to an array ref, not an array.

Does $s->bind_param_array(":array_of_ids", @id)</c>, or similar, work ?

A user level that continues to overstate my experience :-))