Re: using Mail::Sendmail

2004-06-04 Thread Roberto Etcheverry
ot;>$foo") || die "could not open runfile: $!;" #exit 0; } close (RUNFILE); Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams Bob Showalter <[EMAIL PROTECTED]> 06/03/2004 05:00 PM To: "'[EMAIL PROTECTED]'" <[EMAIL PR

RE: using Mail::Sendmail

2004-06-03 Thread DBSMITH
) || die "could not open runfile: $!;" #exit 0; } close (RUNFILE); Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams Bob Showalter <[EMAIL PROTECTED]> 06/03/2004 05:00 PM To: "'[EMAIL PROTECTED]'" <[EMA

RE: using Mail::Sendmail

2004-06-03 Thread Bob Showalter
[EMAIL PROTECTED] wrote: > I was looking at the Mail::Sendmail module from CPAN and I did not > find anything that showed printing a body. How do I print a body of > text data from a variable? I haven't used Mail::Sendmail, but it looks like the message body goes in the Message entry of the hash

RE: using Mail::Sendmail

2004-06-03 Thread DBSMITH
ing to label" ); sendmail (%mailman) or die $Mail::Sendmail::error; print %mailman <$foo") || die "could not open runfile: $!;" #exit 0; } close (RUNFILE); Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams "Ch

RE: using Mail::Sendmail

2004-06-02 Thread DBSMITH
AM To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc: Subject:RE: using Mail::Sendmail [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> wrote: : All, : : I am getting these errors... any ideas? : : Global symbol "%mail" requires explic

Re: using Mail::Sendmail

2004-06-02 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >I am getting these errors... any ideas? You are somewhat further away from success than simply eliminating the errors. Here's a start. >Global symbol "%mail" requires explicit package name at foreign_tape_ck.pl >line. >Bareword "EO_SIG"

RE: using Mail::Sendmail

2004-06-02 Thread Charles K. Clarkson
[EMAIL PROTECTED] wrote: : All, : : I am getting these errors... any ideas? : : Global symbol "%mail" requires explicit package name at : foreign_tape_ck.pl line. : Bareword "EO_SIG" not allowed while "strict subs" in use at : foreign_tape_ck.pl . foreign_tape_ck.pl ha