References:

I am looking for a basic explaination and example:

$animal = "Dog";
$sound  = \$animal;
$bark   =  $$sound;

$bark is now Dog.

???
-Sx-


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to