Help for this page

Select Code to Download


  1. or download this
    my $obj = Samba::LDAP->new(args needed by File::Samba)->init(initializ
    +ation arguments)
    
  2. or download this
    sub create_and_initialize { # 'new' is a bad name; it does more.
        my $class = shift;
    ...
        # Initialize the object using $arg.
        return $obj;
    }