Front page | perl.beginners |
Postings from February 2002
Re: pidof a process
From:
walter valenti
Date:
February 7, 2002 08:01
Subject:
Re: pidof a process
Message ID:
3C62A53D.4090703@yahoo.it
Jorge Goncalvez wrote:
$pid=$$;
### the special variable $$ contains the owner process
Walter
>Hi, Iw onder if there is a way to obtain the PID of a process with perl?
>Thanks.
>
>