in reply to Interpreting variables pulled from MySQL
I use the following line to achieve this goal :
This expands all the variables contained in the string ValCmdEx .$ValCmd = eval qq("$ValCmdEx") ;
These vars should all be correctly set before this command, or $ValCmd will be undef. So when I do this, I usually test afterwards that I get a coherent result
ZlR.
|
|---|