Help for this page

Select Code to Download


  1. or download this
    #from 'exec' sub
        &log_action($error) if ($count > 0);
    ...
       # next print FH is fishy. When is FH opened and closed?
       print FH "$format $error" if $error;
    }