IL PROTECTED]; [EMAIL PROTECTED]
Subject: Printing a file from the print statement
How can I make the "Open File and print content statements" work from my sub
make_body
when called from sub create_file?
The output I get is
=
On Fri, 22 Feb 2002 11:51:59 -0800, [EMAIL PROTECTED] (Sir Douglas
Cook) wrote:
>How can I make the "Open File and print content statements" work from my sub make_body
>when called from sub create_file?
The problem seems to be in your "here" document,
where you try to expand a variable. There is
How can I make the "Open File and print content statements" work from my sub make_body
when called from sub create_file?
The output I get is
open message.txt; while () { = "." } print
The contents of message.txt i