Is it possible to define a variable, such as:
$foo = "bar";
 
and then do as follows to create a totally different variable:
$$foo =  "text here";
 
this seems to mean $bar = "text here";.
 
Is this a bug or can we legally use it.
 
Steve

Reply via email to