Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use Net::LDAP;
    use Net::LDAP::Control::Paged;
    use Net::LDAP::Constant ( "LDAP_CONTROL_PAGED" );
    
  2. or download this
    while(1) {
      # Perform search
    ...
           print Dumper($mail);
         }
        }