Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("select ... where column like ?");
    my $rv = $sth->execute("%$argument%");