in reply to bind_columns error
$rv = $sth->bind_columns( \($UIDholder, $indexmonths, $indexyears) ); [download]
$rv = $sth->bind_columns( \my ($UIDholder, $indexmonths, $indexyears) +); [download]