Re: perl winpid?

2005-02-07 Thread Reini Urban
Igor Pechtchanski schrieb: On Sun, 6 Feb 2005, Reini Urban wrote: I feel quite stupid now, but found nothing simple. How to get the winpid from the current process in cygwin's perl? $$ is the cygwin pid which is different from the windows pid GetCurrentProcessId(). winpid = cygwin_internal(CW_CYGWI

Re: perl winpid?

2005-02-07 Thread Yitzchak Scott-Thoennes
On Mon, Feb 07, 2005 at 02:17:32PM +0100, Reini Urban wrote: > Igor Pechtchanski schrieb: > >On Sun, 6 Feb 2005, Reini Urban wrote: > >>I feel quite stupid now, but found nothing simple. > >>How to get the winpid from the current process in cygwin's perl? > >> > >>$$ is the cygwin pid which is diff