Hi Dear friends
I need a code in perl to receive a list reference and a hash reference copy the contents of the array into the hash such that the even elements of the array are the keys of the hash and the odd elements are the values for the preceding element.
Thanks a lot
I need a code in perl to receive a list reference and a hash reference copy the contents of the array into the hash such that the even elements of the array are the keys of the hash and the odd elements are the values for the preceding element.
Thanks a lot
Comment