sub my_find_or_create { # ... return $self->find_by_something(@args) // do { # ... }; }