in reply to Sending Email to a list of people using Mail::Sender
instead:open(TESTFILE,"<",$TestFile) or die "ERROR: Unable to open $TestFile f +or reading"; }
}if (!open(TESTFILE,$TestFile)) { print "ERROR: Unable to open Test File for reading: $TestFile"; exit();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sending Email to a list of people using Mail::Sender
by GrandFather (Saint) on Aug 13, 2011 at 23:43 UTC |