From: Hanno Mueller <3hmuelle@informatik.uni-hamburg.de> Subject: Beta-Testers wanted for my TIEHASH module Date: 6 Apr 1998 13:05:19 GMT Hello, I wrote a little module that I think is useful enough to be sent to CPAN. But before submitting it to the archive, I'd like to ask for your help and your opinion about it. You can download it from http://vsys-www.informatik.uni-hamburg.de/~3hmuelle/DictFile.pm It is a TIEHASH module. It allows you to store and read data in a dictionary file, like this: key1 value1 key2 value2 key3 value3 ... Thanks to Perltie(3), the interface to using this file format is straightforward and easy to use. I's not very fast, but simple and useful. Let me know what you think. Greetings, Hanno