On Jul 15, 2005, at 13:38, Octavian Rasnita wrote:

I know that if there are more keys with the same name, the last is used, but
I would like to clean the hash.

Given

    $h = { foo => 0, bar => 1, foo => 2 };

what do you mean by "cleaning" $h ?

-- fxn



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to