http://qs321.pair.com?node_id=435336


in reply to the basic datatypes, three

%hash=(jan=>31,feb=>28,mar=>31,apr=>30);
print %hash;

output:
jan31apr30feb28mar31
Can anyone tell me why my order of output is like this ?