Am I missing something?
Where are $UIDholder, $indexmonths, $indesxmonths, $indexyears defined?
Why are you calling bind_columns on a statement handle without placeholders?
Normally, I see things like this:
my $sql = 'insert into news values ( ?, ?, ? )'; ... $sth->bind_columns( $placeholder, $filler, $variables );
I don't recall the semantics, but something similar ought to work with placeholders in a select statement. The docs would probably help confirm.
Update: Ugh, you're right, runrig. I suppose I should've checked the docs myself instead of making an assumption based on faulty memory.
For those still reading, ignore the above text :)
$,=42;for(34,0,-3,9,-11,11,-17,7,-5){$*.=pack'c'=>$,+=$_}for(reverse s +plit//=>$* ){$%++?$ %%2?push@C,$_,$":push@c,$_,$":(push@C,$_,$")&&push@c,$"}$C[$# +C]=$/;($#C >$#c)?($ c=\@C)&&($ C=\@c):($ c=\@c)&&($C=\@C);$%=$|;for(@$c){print$_^ +$$C[$%++]}
In reply to Re: bind_columns error
by chargrill
in thread bind_columns error
by jck
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |