cant control it ...
my company appends it to all messages sent from the company
sorry
-Original Message-
From: Andrea Holstein [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 29, 2001 9:01 AM
To: [EMAIL PROTECTED]
Subject: Re: child processes and environment variables
Thomas
On Fri, Dec 28, 2001 at 12:20:16PM -0500, Maciejewski, Thomas wrote:
> I am having an issue when spawning a child
I understand that this is not uncommon and should not cause undue concern.
> it appears that the environment variable is not being passed to the child
> process here is the code:
Thomas Maciejewski wrote:
>
> --
> This message is intended only for the personal and confidential use of the
>designated recipient(s) named above. If you are not the intended recipient of this
>message you are hereby
I am having an issue when spawning a child
it appears that the environment variable is not being passed to the child
process here is the code:
my $kidpid = open($fh, "-|");
if (! $kidpid) {
open(STDERR, "> /dev/null"); # rlog may complain; ignore.
I am having an issue when spawning a child
it appears that the environment variable is not being passed to the child
process here is the code:
my $kidpid = open($fh, "-|");
if (! $kidpid) {
open(STDERR, "> /dev/null"); # rlog may complain; ignore.