Hi All,

Is there a way to find  matching array elements from hash.

ex:

@names = ( abc. def. ghi, jky; );

%stud  = (
" abc" =>" 34",
"nba" =>"99",
"def" =>"24",
"ghi"=> "33");

How can i go throught each elements of has %stud and print the matching
array value in this case

abc =34
def=24

Thanks
Sj

Reply via email to