Help for this page

Select Code to Download


  1. or download this
            $sth = $dbh->prepare("select * from table order by mid"); # So
    +rting alphabetically
            $sth->execute();
    ...
                    }
            }
            $sth->finish;
    
  2. or download this
    if ($$info{'type'} ne 'NA'){
           # If we do, then remove this ID from the list to retry
            splice @ldap, $count, 1;
            last;
    }
    
  3. or download this
    if ($$info{'type'} eq 'NA'){
            push(@file, $id);
    ...
    # If we do, then remove this UID from the list to retry
    splice @ldap, $count, 1;
    last;