Help for this page

Select Code to Download


  1. or download this
     <tmpl_var name=userid>
       <input type="Hidden" name="userid" value="<tmpl_var name=userid>"> 
    ...
     </form> 
     </body> 
     </html>
    
  2. or download this
    sub maintain_user {
        my $self = shift;
    ...
        $self->admin_edit_user();
    
    }