$subject = "Test form";
$info = "Some miscellaneous information";
$info .= " about me.";
$phone = "555-5555";
write;
format STDOUT_TOP =
# This area can contain headers which can look like the
# info between the periods below.
.
format STDOUT =
Subject: @<<<<<<<<<<<<<<<<<<<<<<<<<<< ^<<<<<<<<<<<<<<<<<<<
$subject $info
Telephone: @<<<<<<<<<<<<<<<<<<<<<<<<<<< ^<<<<<<<<<<<<<<<<<<<
$phone $info
~ ^<<<<<<<<<<<<<<<<<<<
$info
.