Help for this page

Select Code to Download


  1. or download this
    sub exec {
    ...
    ...
          if ($count > 0);
    ...
    }
    
  2. or download this
    sub log_action {
    my $i = shift;
    ...
        print FH "$format $error";
    ...
    }