Help for this page

Select Code to Download


  1. or download this
    foreach my $p( grep /^\d+$/, param() ) {
    
    ...
        # execute the query
        $sth->execute( $v, $p );
    }