dpatrick has asked for the wisdom of the Perl Monks concerning the following question:
foreach my $f (@fields) { push(@where, qq($f='$fromQuery::{ $f }')) if $fromQuery::{ $f }; push(@searchString, qq($f=).escape($fromQuery::{ $f })) if $fromQuery::{ $f }; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Variable Interpolation Interpolation
by broquaint (Abbot) on Mar 20, 2002 at 19:28 UTC | |
|
Re: Variable Interpolation Interpolation
by dragonchild (Archbishop) on Mar 20, 2002 at 19:15 UTC | |
by dpatrick (Scribe) on Mar 20, 2002 at 19:20 UTC | |
by dragonchild (Archbishop) on Mar 20, 2002 at 19:30 UTC | |
|
Re: Variable Interpolation Interpolation
by knobunc (Pilgrim) on Mar 20, 2002 at 19:42 UTC |