in reply to Re: Strange experiences w/ perl 5.6.0 on linux 2.2.16-22
in thread Strange experiences w/ perl 5.6.0 on linux 2.2.16-22
And placeholders. Definately placeholders. You won't have to worry about quoting then because it happens automatically (or even for some cases it saves a step or two internally)
my $sql = 'update upps_ret_q set state=?, message=? where seq_n=?'; my $sth = $dbh->prepare( $sql ); $sth->execute( $state, $msg, $key );
__SIG__ use B; printf "You are here %08x\n", unpack "L!", unpack "P4", pack "L!", B::svref_2object(sub{})->OUTSIDE;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Strange experiences w/ perl 5.6.0 on linux 2.2.16-22
by The Ninja K (Novice) on Dec 09, 2002 at 20:57 UTC |