my %mail; $mail{'From'} = 'me@example.com'; $mail{'To'} = 'you@example.com'; $mail{'Subject'} = 'The moon is blue'; $mail{'Body'} = $some_humongous_string; sendmail( %mail ) or warn "sendmail error: $Mail::Sendmail::error\n";