http://qs1969.pair.com?node_id=1209979


in reply to Mail::Sendmail Module

sendmail(%mail) or die $Mail::Sendmail::error;

Replies are listed 'Best First'.
Re^2: Mail::Sendmail Module
by ytjPerl (Scribe) on Feb 26, 2018 at 15:56 UTC
    Thanks! I got those errors when I call the send:mail Use of uninitialized value $_ in concatenation (.) or string at C:/Perl64/site/l ib/Mail/Sendmail.pm line 215. Use of uninitialized value $_ in pattern match (m//) at C:/Perl64/site/lib/Mail/ Sendmail.pm line 218. Use of uninitialized value $_ in concatenation (.) or string at C:/Perl64/site/l ib/Mail/Sendmail.pm line 401. ERROR
      Hi ytjPerl,

      you've been asked by toolic to edit your original post and fix the leading code tag (i.e. change it to <code>), and you did not, although you've obviously read toolic's post, since you replied to it. Why don't you fix your post? Don't you see it is very difficult to read? Do yourself a favor: if you want additional good answers, make it easy for other monks here to read your post: fix it.

      And, BTW, please also edit your reply above and put the warnings and error messages between <code> and </code> tags.

        I did it when he asked me to do it.