"Colin Johnstone" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > I wish to slurp in a letter template in the form of a text file and
> > > substitute fields in the letter for variables that are input on my
html
> > > form. I indicate in the text file where
Vitaliy,
Thank You for your help.
Your solution certainly looks more elegant than mine. I did
$email_body =~ s//$firstname/g;
$email_body =~ s//$date/g;
$email_body =~ s//$selectCity/g;
$email_body =~ s//$time/g;
$email_body =~ s//$workshop1/g;
$email_body =~ s//$workshop