LetMeHandle
Technical User
(as start i'm sorry for my poor english...);
i am a programmer with C, and i know about arrays, strings, etc.
now i started learning perl and i cant find a good answer about what is that so good aboud hashes?
i heard that pulling out values from a hash is fast- o.k... but :
1. can i use an array as a value(like database) ?
2. if i need to hold/store information that has one key and several values(like matrix) does the use of hashes is the right choise?, or should i use array of 3th,4th degree?
3.i need some order in that subject to understand the principel of this uniqe type....
i am a programmer with C, and i know about arrays, strings, etc.
now i started learning perl and i cant find a good answer about what is that so good aboud hashes?
i heard that pulling out values from a hash is fast- o.k... but :
1. can i use an array as a value(like database) ?
2. if i need to hold/store information that has one key and several values(like matrix) does the use of hashes is the right choise?, or should i use array of 3th,4th degree?
3.i need some order in that subject to understand the principel of this uniqe type....