yeah , actually , it s a very small part of a big program.
ok let me ask you if can tell me how i can put those values in a hash.
i tried this . it didn t work:
my %hash;
$hash{ $key } = $value; ( $key = Name ; $value = ID )
then my @temp = %hash;
print @temp;
i was trying for...