Help for this page

Select Code to Download


  1. or download this
    package Example;
    use Moose;
    ...
        $mesg = $self->ldap->search( filter => "(uid=$$self-user)" );
        ...
    }
    
  2. or download this
    sub foo {
        my $arg = shift;
    ...
        }
    }
    foo( fruit => 'banana' );
    
  3. or download this
    my $ldap = Net::LDAP->new( $host );
    my $self->{ldap} = $ldap;