How would I go about calling a variable when its name consists of other variables. This is for passing variable names to functions, etc. here is an example, I want to say something like $foo_$what, where $what='bar' and the variable i would like to call is $foo_bar. ok any help would be greatly appreciated. thanks.
Brian