Help for this page
my $ev = $_; #### You set $ev = $_ here if ($sometimes) { # sometimes goes this path and sometimes the + else ... } or $log->warn("failed $@"); } else { $log->logwarn("test $_"); #### But then use $_ here