Hi Monks,
I have few questions regarding perl data structure efficiency.
1. Which is the best(more efficient) data structure(Array/Hash) to store some complex data and Why?
2.Which all are the case where Array is more efficient than a Hash or viceversa?
3.If we tranform a hash to an array of array ref which all are the cases where this approch might fail?
Thanks,
Shine.