Help for this page

Select Code to Download


  1. or download this
    # userid2, help, perl.monks
    dn: uid=userid2,ou=help,dc=perl,dc=monks
    ...
    FriendlyId: crazyID
    IdCreatedOn: 28-02-2015 04:40:55
    
  2. or download this
    
    my $ldif = Net::LDAP::LDIF->new( "../packages/ldapsearch.ldif", "r") o
    +r die "file not exits\n";
    while( not $ldif->eof( ) ) {
        my $entry = $ldif->read_entry( );