From: "Zachary Buckholz" <[EMAIL PROTECTED]>

>  my $url_list = $dbh->selectall_arrayref($select_query, $current_time)

Check the docs again. The optional second argument is a hash ref of
attributes (usually just '{}' an empty hash ref), following that is a list
of
your placeholder bind values.

HTH,
Douglas Wilson

Reply via email to