Help for this page
my $sql = ''; if (cond) { $sql = $dbh->prepare(SQL_CODE); ... } $sql->execute(@params);