in reply to Joining, but skipping the last element
my $query = join " AND ", map { "'$_' = \"$params{$_}\"" } grep $param +s{$_}, keys %params;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (ar0n) Re: Joining, but skipping the last element
by the_slycer (Chaplain) on Jun 29, 2001 at 19:26 UTC |