Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( {
                     'OPT' => {
    ...
                                'waitretry' => '5',
                               }
                   }, 'Utils::Ldap::CompanyLdap' );
    
  2. or download this
    bless( {
       's_result' => bless( {
    ...
                   'waitretry' => '5',
                   },
       }, 'Utils::Ldap::CompanyLdap' );