Help for this page

Select Code to Download


  1. or download this
    if ( %USERLIST->{$USER}->{'TIME'} < %USER_INFO->{'LastLogon'})
  2. or download this
    %USERLIST->{$USER}->{'TIME'} = %USER_INFO->{'lastLogon'};
  3. or download this
    if (defined $USERLIST{$USER}{'TIME'}
        and defined $USER_INFO{'LastLogon'}
        and $USERLIST{$USER}{'TIME'} < $USER_INFO{'LastLogon'})