Another question for the list,

I have the code:
  $z = 0;
  foreach(@key = keys(%result)) 
  { 
   $arr_DBanswers[$z] = $result{$_};
   $z=$z+1;
  }

Is there a better way to break out the values in a hash list to a single
array?

I'd be curious to know. Thanks.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to