in reply to Re^2: Tring to write script to add and get employee detials to hash
in thread Tring to write script to add and get employee detials to hash
Does the text file need to be in a particular format? If not, you're free to choose any serialization format you like, be it XML, YAML, JSON, or something else. Personally, I might recommend YAML, as it maps to Perl data structures better than JSON and is less verbose than XML. See for example YAML::XS.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Tring to write script to add and get employee detials to hash
by jeffa (Bishop) on Mar 27, 2015 at 16:30 UTC | |
by Anonymous Monk on Mar 27, 2015 at 17:31 UTC | |
by Anonymous Monk on Mar 29, 2015 at 19:44 UTC |