Help for this page

Select Code to Download


  1. or download this
    my $sth=$dbh->prepare('SELECT * FROM foo WHERE something REGEXP ? ORDE
    +R BY fate;');
    my $re='(^|\;)' . $input . '(\;|$)';
    $sth->execute($re);