delimited with '|'
Now I am able to split the data and create dynamic hash of hashes from the data .
i am working with this hash through out the script but its
taking long time to finish as the users are many
: I want to store each user data as a hash in a file
like we can store a whole structure in a file in C Lang.
In perl is it possible to write that way.