Help for this page

Select Code to Download


  1. or download this
    sub send {
        my ($class, $message, @args) = @_;
    ...
            or return failure "error when closing pipe to $mailer: $!";
        return success;
    }