Help for this page
$PAHASH->{$key}->[$index] # hashref-> hash ->array
$PAHASH{$key}->[$index] # hash element ->array
$PAHASH{$key}[$index]
${$PAHASH{$key}[$index]}