in reply to Combining 2 variable?

This is called a symbolic reference, and you most probably want to avoid it altogether (this was OK in Perl 4, it still works in Perl 5 (for back-compatibility reasons), but don't do it, it is just a mess). Use a hash instead.