RE: getppid?

2002-09-21 Thread Rowe, Sean D.
I'm having a very strange problem that I'm hoping someone has come across before. I'm using a hash to collect some field values. I want to write the hash values to file, and I want them delimited by the '|' character, so I use my $LineToWrite = join('|', hash_var_1, ..., hash_var_n) .

Re: getppid?

2002-08-12 Thread Sudarshan Raghavan
On Mon, 12 Aug 2002, Angerstein wrote: > Hello, > can somebody tell me what value getppid has (in the child) if the parent > process has ended? > > I could not find an answer to this. > I guess its 1 or 0, but not sure. It is 1, when the parent dies before the child the chil

getppid?

2002-08-12 Thread Angerstein
Hello, can somebody tell me what value getppid has (in the child) if the parent process has ended? I could not find an answer to this. I guess its 1 or 0, but not sure. Thanks Bastian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]