> Jonathan,
>
> Thank you very much for your response! It looks alot
> tidier now :) But for some reason when I run the
> script I get the following...
>
> %popusers = ();
>
> Ie %popusers is not being populated at all! I have
> done nothing to your code I simply cut and pasted it
> to test
Hi,
I must apologise for taking the time to rewrite your
script, even though the issues could probably be easily
fixed. It just seemed an easier way to express several
changes *I would have made*, but you might not have.
In doing so, I learned a few issues/bugs with your own
version. In partic
leted...
I did try the following...
delete @{$popusers{$user_check}}{grep /^\*/, keys
%{$popusers{$user_check}}};
but that didn't work.
Does any one have any ideas?
Regards,
Dan
-Original Message-
From: Daniel Falkenberg
Sent: Monday, 17 December 2001 3:28 PM
To: [EMAIL PROTECTED
Hello all!
Can some one help me with the following hash of a hash?
I need to create a hash of a hash in the following format...
%popusers = (
'user1' => {
'Fullname1' => 'YES',
}
'user2' => {