in reply to Re: Warnings, and declaring Hashes of Hashes.
in thread Warnings, and declaring Hashes of Hashes.
if (not defined $USERLIST{$USER}{'TIME'}) {$USERLIST{$USER}{'TIME'}=0} if ( $USERLIST{$USER}{'TIME'} < $USER_INFO{'lastLogon'}) { %USERLIST->{$USER}->{'TIME'} = $USER_INFO{'lastLogon'}; %USERLIST->{$USER}->{'DISABLED'} = "DISABLED" if ($USER_INFO{'flags +'} & UF_ACCOUNTDISABLE) }
|
|---|