[Date Prev][Date Next][Thread Prev][Thread Next]
[Search]
[Date Index]
[Thread Index]
Re: [FWP] TMTOWTDI: SQL creation
On 29/06/99 15:02:03 Andy Lester wrote:
> my $sql =
> "INSERT INTO " . $parms{$table} .
> "(" . join( ",", @fieldnames ) . ")" .
> "VALUES ( " . join( ",", @values ) . ")";
>
> But I think that's so ugly, and so hard to follow, so I rewrote like:
I've been known to use $"...
steve
==== Want to unsubscribe from Fun With Perl?
==== Well, if you insist... Send mail with body "unsubscribe" to
==== fwp-request@technofile.org