in reply to
Passing arguments
Just use an undef for the second parameter:
$sth = $dbh->prepare_cached($statement, undef, $allow_active);
Comment on
Re: Passing arguments
Download
Code
In Section
Seekers of Perl Wisdom