I have decided I love map and want to use it for everything. Does map work on associative arrays (hashes). I have tried things like
map {$_=>$sth->quote($_)} %hash; to no avail do I have to translate me hash to an array or use 'keys' and 'values'.
thx