> message, how could I do this in perl?
>
> /usr/sbin/sendmail [EMAIL PROTECTED] < ./file.txt
>
> I am trying to avoid slurpping the file into an array. my
> @array = `/bin/cat
> ../file.txt`
how about something like this:
my $sendmail = '/usr/lib/sendmail';
my $userName = '[EMAIL PROTECTED]
Really sorry about this post. Should have looked aroung google a bit. No
need to reply. I figured it out. Thanks!
-James
-Original Message-
From: James Kelty [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 9:44 AM
To: [EMAIL PROTECTED]
Subject: Using a file as body of message