Help for this page

Select Code to Download


  1. or download this
    my $packed = pack("i", 15);
    $packed .= '$';
    ...
    # #2
    $sth = $dbh->prepare("exec my_proc $packed");
    $sth->execute();