in reply to Array Element Deletion
I want to randomly select one of the elements in the array assigned to the hash entry DEC012008 and then remove it from that array so, if I come back to that date, I don't reselect a person that was already selected.$hash{"DEC012008"}[0] = "Mike"; $hash{"DEC012008"}[1] = "Steve"; etc..,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Array Element Deletion
by Krambambuli (Curate) on Dec 07, 2008 at 08:36 UTC |