Scott M. Mcdermott
UNIX Systems & Network Administrator
available for contract or salaried positions
site location:
home
⇒
code
⇒
libsh/
⇒
hash/
⇒
hinsert
hinsert
#
hinsert ()
{
local
name
=
$1
key
=
$2
val
=
$3
eval
__hash_
$name_$key
=
$val
}
# vim:syn=sh:ft=sh