my ($email, $subject) = @_;
my $subject = shift; my $email = shift;
In reply to Re: Mail::Sendmail variables by Ashford in thread Mail::Sendmail variables by Anonymous Monk