Skip to content

Instantly share code, notes, and snippets.

@niner
Created November 23, 2014 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niner/bba04e647b97ddf6cab5 to your computer and use it in GitHub Desktop.
Save niner/bba04e647b97ddf6cab5 to your computer and use it in GitHub Desktop.
sub send(...) {
...
my $body = q:heredoc/BODY/;
Someone contacted you:
Name: $name
Email: $email
Message:
$message
Sincerely, your form mailer
BODY
$mailer.send($headers, $body);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment