Help for this page

Select Code to Download


  1. or download this
    my $id = shift;
    
    $id ||= $q->param('id');
    ...
    }
        
    $obj->update;
    
  2. or download this
    sub save_to_db {      
        my $self = shift;
        my $class_id = shift;
    ...
        # print data_form
        return $self->render_page('cp/cp_index.html', { educator_id    => 
    +$class->educator }); 
    } # end save_to_db()