.
John
> -Original Message-
> From: Uri Guttman [mailto:u...@stemsystems.com]
> Sent: Thursday, 29 April 2010 4:11 p.m.
> To: John Bruin
> Cc: beginners@perl.org
> Subject: Re: sendmail arguments
>
> >>>>> "JB" == John Bruin writes:
>
&g
> "JB" == John Bruin writes:
JB> I have inherited a Perl script which sends and parses email. I am
JB> having trouble trying to figure out what the "-oi" and "-oem"
JB> arguments do in the sub below. Can anyone help?
JB> sub mail(*) {
JB> my $top = shift;
JB> open(MAIL, "| $s
At 3:10 PM +1200 4/29/10, John Bruin wrote:
I have inherited a Perl script which sends and parses email. I am having
trouble trying to figure out what the "-oi" and "-oem" arguments do in the
sub below. Can anyone help?
Thanks
John
sub mail(*) {
my $top = shift;
open(MAIL, "| $s
John Bruin wrote:
I have inherited a Perl script which sends and parses email. I am having
trouble trying to figure out what the "-oi" and "-oem" arguments do in the
sub below. Can anyone help?
They are arguments for the program in $sendmail. First you have to find
out what $sendmail contains