in reply to Re: sending e-mail using perl script
in thread sending e-mail using perl script

Hi How to pass parameter to the email subroutine, I need the value of parameter to be shown on the email subject and body. Thanks in advance

Replies are listed 'Best First'.
Re^3: sending e-mail using perl script
by Corion (Patriarch) on Sep 30, 2019 at 16:16 UTC

    What "email subroutine" are you talking about?

    Nowhere in this thread was such a subroutine posted, so maybe you wanted to reply to a different thread?

    If the "email subroutine" is in some code that you are not showing us, consider posting the relevant parts of the code. Also tell us how the code fails to do what you need, and also show us what you already tried and also how that failed for you.