in reply to
sending an email to a perl script
You might add
use strict; use warnings;
[download]
to the top of your script. That would very likely shed some light on the problem.
Comment on
Re: sending an email to a perl script
Download
Code
In Section
Seekers of Perl Wisdom