$hash{'keyA','keyB'} = "Some Value"; print $hash{'keyB', 'keyA'}; # prints "Some Value";