Help for this page

Select Code to Download


  1. or download this
            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