print $self->find($foo) ? "found" : "Not found"; if ( $@ ) { # Handle error here };