in reply to Try::Tiny catch block with $_ eq ''
this way you'll check if that is the problem with "my $_" or no.unless (defined eval { $self->_run($self, $row_id, $subject); 1 }) { $logger->error("run($row_id): $@\n") }; $self->_clear_subject;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Try::Tiny catch block with $_ eq ''
by dd-b (Pilgrim) on May 16, 2013 at 22:39 UTC | |
by vsespb (Chaplain) on May 16, 2013 at 22:45 UTC | |
by tobyink (Canon) on May 17, 2013 at 12:26 UTC | |
by vsespb (Chaplain) on May 17, 2013 at 12:38 UTC |