in reply to Re: (jeffa) 3: SQL Query
in thread SQL Query
my $sth = $dbh->prepare(' insert into foo(bar,baz) values (?,?) '); $sth->execute($foo,$bar);
Here docs would clutter this. Syntax highlighters should treat here docs and strings the same, my gvim highlighter does ...
NOT! (update) Sorry, the gvim syntax highlighter tends to treat the characters inside a here document as perl code, while strings are one color except for interpolated variables and escaped characters. But anyhow...
Save yourself the carpel tunnel. ;)
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR F--F--F--F--F--F--F--F-- (the triplet paradiddle)
<update>
Thanks gmax! I have 'posted' the instructions at my perlmonks site: http://jeffa.perlmonk.org/vi/highlight_embed.html.</update>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (jeffa) 5Re: SQL Query
by gmax (Abbot) on Jan 11, 2002 at 12:36 UTC | |
|
Re: (jeffa) 6: SQL Query
by dmmiller2k (Chaplain) on Jan 11, 2002 at 08:49 UTC |