Hello,
I have a hash whose keys are organized by the values.
eg.
%hash = (
'apple' => '1',
'peach' => '2',
'pear' => '3',
'plum' => '4',
);
And all is good.
But now, if I delete an item, lets say 'peach', I need some way to move the
values up and keep the order, just minus the one.
eg.
apple = 1;
pear = 2;
plum = 3;
I haven't came up with any creative ways yet. Does anyone have any ideas?
PS, it also needs to be a pretty solid solution.
Thanks
Scott
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]