[boulder.pm] Help printing to e-mail

Jay Kominek jay.kominek at colorado.edu
Mon Jan 24 16:41:18 CST 2000


>    my $formated_txt = "format MAIL = \n"
>    . "From: \@<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< \n"
>    .        $sender . "\n"
>    . "To: \@<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< \n"
>    .      $recipient . "\n"
>    . "Subject:  Request for Purchase Approval\n"
>    . ".\n";

Duh.

I feel silly after that last email.

You want:

-----------------------------------------------------------------
my $formated_txt = "format MAIL =
From: \@<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
      \$sender
To: \@<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    \$recipient
Subject:  Request for Purchase Approval
.
";
-----------------------------------------------------------------

(I hope)

This is what I get for trying to think without enough caffeine.

- Jay Kominek <jay.kominek at colorado.edu>
  As is above,
  So is below.




More information about the Boulder-pm mailing list