Help for this page

Select Code to Download


  1. or download this
    
    push(@userData, $user->getID(), ";",$user->getExternalID(), ";", $user
    +->getExternalParentID(), ";", $user->getSid(), ";", $user->getDomain(
    +), ";", $user->getLockedTimes() );
    
  2. or download this
    foreach (@currentData)
        {
    ...
            print @currentData;
            print "\nin the foreach loop for $recordNum\n";
        }