Help for this page

Select Code to Download


  1. or download this
    use Net::LDAP;
    use Data::Dumper;
    ...
                           password => "xxxxxx",
                           version => 3 );          # use for changes/edit
    +s
    print Dumper($mesg);
    
  2. or download this
    $VAR1 = bless( {
                     'parent' => bless( {
    ...
                     'controls' => undef,
                     'raw' => undef
                   }, 'Net::LDAP::Bind' );