Help for this page

Select Code to Download


  1. or download this
    sub build_quota_list
    {
    ...
       close QUOTA;
       return %users;
    }
    
  2. or download this
    sub find_deletion_candidates
    {
    ...
    }
    %users=find_deletion_candidates(%users);