Help for this page

Select Code to Download


  1. or download this
    sub suggest_ldap_user : Local {
        my ($self, $c) = @_;
    ...
        # Send results   
        $c->res->output( $c->prototype->auto_complete_result(\@ldap_users)
    + );
    }