> This makes sense as $beers is not a set variable. {$beer}s works too
> though, seems okay that both work. Anyway, this isn't an array ;-))
OK, can you give an example you can do with ${} but you can't with
{$} and the opposite? Would be nice to clear at least my mind about
that :) We may include an example in the manual to show people
why we have two "frighteningly" similar things for the same thing
echo "this is ${bar}";
echo "this is {$bar}";
Goba
