
Beta-Testers wanted for my TIEHASH module
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://www.*-*-*.com/ ~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