in reply to
Sending email with Mail::Internet
Change the line $head = Mail::Internet->new() to Mail::Header->new .... you are using the wrong class.
Comment on
Re: Sending email with Mail::Internet
In Section
Seekers of Perl Wisdom