Help for this page

Select Code to Download


  1. or download this
    my $prepID = $dbh->dbix_threaded_start_prepare( $sql, ... );
    ...
    ## you can do other stuff here
    ...
    my $sth = $dbh->dbix_threaded_wait($id);