Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Net::LDAP;
    ...
    if ($result->count == 1) { exit 0; }
    unless($result->count){ exit 1; }