my $utf8key = "\x{05D0}"; dbmopen(my %hash, "/tmp/mydb", 0666) || die "d'oh!"; $hash{$utf8key} = "bar"; dbmclose(%hash);