![]() |
|
go ahead... be a heretic | |
PerlMonks |
Difference of Hashby Nansh (Acolyte) |
on Apr 06, 2017 at 09:54 UTC ( [id://1187237]=perlquestion: print w/replies, xml ) | Need Help?? |
Nansh has asked for the wisdom of the Perl Monks concerning the following question: I have an array @arr= ("Fruit","Fruit1","Fruit3","Fruit4") @arr1=("car","car1","car2","car3","car4") My code is like this
From above code i am not able to find the difference between two hash I need to find the difference that is if the element is missing or element is extra in %hash1 it should show which element is missing or which element is extra when compared with %hash It should check for both keys and values of the hash please kindly help me to solve this i am strucked here Thanks in advance
Back to
Seekers of Perl Wisdom
|
|