**** remove this URL ****
try
my @arr = %hash;
print "@arr";
That does not work. leme show you what i have made
%names = (
Bora => [ "Male", "15" ],
Trevor => [ "Male", "27" ],
Andy => [ "Male", "35" ],
Alex => [ "Male", "30" ],
Louise => [ "Female", "22" ],
Maria => [ "Female", "34" ],
SanJeev => [ "Male", "33" ],
Nevin => [ "Female", "43"],
Qwerty => [ "Male", "100" ] ,
);
This is the hash that i need to print to the screen can anyone help me how i will be ding this.