my %hage = (
 a => "hage",
 b => {
  c => "$hage{a} /hage",
 },
);

こんな感じで$hage{b}{c}で、$hage{a}を使いたいけど、
出来ませんよね?何かいい方法有りませんか?