Help for this page
use v6.c; my %hash = ( ... say %hash« "$somekey" ».perl; # "A~B" say %hash< $somekey >.perl; # "?"