NAME
Data::HashMap::SS - hash map from string keys to string values
SYNOPSIS
use Data::HashMap::SS;
my $map = Data::HashMap::SS->new;
hm_ss_put $map, "k", "v";
my $v = hm_ss_get $map, "k";
DESCRIPTION
One of the fourteen variants of Data::HashMap, which documents the API, the hm_ss_* keywords and every caveat.