> -----Original Message-----
> From: Matthew Blacklow [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 30, 2001 8:24 PM
> To: [EMAIL PROTECTED]
> Subject: Order of operations!
> 
> 
> $pid = getppid;
> ...
> $run = "kill -9 $pid";
> system($run);

So is this your "automatic logout" mechanism?

Can't I defeat this by running your script as:

  $ sh yourscript.pl

BTW, perl has a kill function.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to