$hash1 = make_var_hash('MOR2305.xml'); foreach $key (keys($hash1)){ print "$key = $$hash1{$key}[0] & $$hash1{$key}[1]\n"; }