Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent;
    my ($strHttpURL)='https://machinename;
    ...
    else{
    print "$strHttpURL not connected");
    }
    
  2. or download this
    use Net::LDAPS;
    use Net::LDAP;
    ...
     print("LDAP over SSL with ip $strLDAPIpAdd not connected...");
    $mesg=$ldaps->unbind;
    }