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