Help for this page

Select Code to Download


  1. or download this
    package Example;
    use Moose;
    ...
       $mesg = $self->ldap->search(filter => "(uid=$user)");
       ...
    }
    
  2. or download this
    my $eg = Example->new(ldap_class => "Net::MyLDAP", ...);