sub update_blog_post { my ($self, $req, $ident) = @_; my $post = $self->blog_model->load( $ident ); ... }