
Dict.pl - implementation of 'dict' service

dict_svc Dict.pl

Dict.pl implements the procedures in the 'dict' interface (see dict.x). It represents dictionaries as DB_Files tied to hashes.

Does nothing.
Opens the specified dictionary (by 'tie'ing a DB_File).
Closes the specified dictionary (by 'unti'ing a DB_File).
Stores the ($storeargs->key, $storeargs->value) pair in $storeargs->dict.
Looks up $lookupargs->key in $lookupargs->dict and returns its value (or an error).
Deletes $deleteargs->key from $deleteargs->dict.

RPC::ONC(3), perlrpcgen(1), Tie::Dict(3)

Jake Donham <jake@organic.com>

Thanks to Organic Online <http://www.organic.com/> for letting me hack at work.