PyroX has asked for the wisdom of the Perl Monks concerning the following question:
while (my @prev = $sql->fetchrow_array()){ $$prev[1]=$prev[2]; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Dynamic Settings from Database, $$string help
by chromatic (Archbishop) on May 20, 2002 at 19:48 UTC | |
|
Re: Dynamic Settings from Database, $$string help
by broquaint (Abbot) on May 20, 2002 at 19:51 UTC | |
|
Re: Dynamic Settings from Database, $$string help
by PyroX (Pilgrim) on May 20, 2002 at 20:14 UTC | |
by Joost (Canon) on May 21, 2002 at 13:47 UTC | |
by dsheroh (Monsignor) on May 21, 2002 at 14:33 UTC |