in reply to Reading data from file
The AnyData module provides a tied-hash interface to the same kinds of data.
As a new perl person, you certainly should learn how to parse these yourself as suggested in other responses. OTOH, if you have database experience you are probably better off using a database approach in the long run. Even if you are not, you may want to consider using one of the modules which take care of details such as file locking (which you may or may not need).
|
|---|