in reply to Re: How to split a non even number of string elements into a hash - update
in thread How to split a non even number of string elements into a hash [RESOLVED]

Hello Discipulus

Thanks again for the time and effort. I agree with you, in theory it is not correct to have odd number of keys and values in a hash, but some times you have to bend the rules. :D

I just want to be sure that I am capturing all the possibilities in my script that all elements even odd ones will be captured and displayed in my hash. But yes I agree with you I should not "normally" have odd elements or at least process them with hash. But for my point of view it just makes it such easier to play around with them when all data are stored in a hash. :D

Thanks for the sample of code that you provided me with.

Seeking for Perl wisdom...on the process of learning...not there...yet!