NAME
Data::HashMap::SA - hash map from string keys to any Perl value values
SYNOPSIS
use Data::HashMap::SA;
my $map = Data::HashMap::SA->new;
hm_sa_put $map, "k", [1, 2];
my $v = hm_sa_get $map, "k";
DESCRIPTION
One of the fourteen variants of Data::HashMap, which documents the API, the hm_sa_* keywords and every caveat.