in reply to return if defined
sub my_find_or_create { # ... return $self->find_by_something(@args) // do { # ... }; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: return if defined
by Anonymous Monk on Dec 20, 2012 at 13:11 UTC | |
by AnomalousMonk (Archbishop) on Dec 20, 2012 at 13:42 UTC |