Re: Problems in POSIX

2009-11-27 Thread C.DeRykus
On Nov 25, 7:44 am, raheel.has...@gmail.com (Raheel Hassan) wrote: > > I am unable to understand the use of these statements in the program, I have > read about POSIX in the CPAN but still things are not clear to me. > > use POSIX ":sys_wait_h";  #What sys_wait_h does? > > waitpid($_,&WNOHANG) # w

Problems in POSIX

2009-11-25 Thread Raheel Hassan
Hello, I am unable to understand the use of these statements in the program, I have read about POSIX in the CPAN but still things are not clear to me. use POSIX ":sys_wait_h"; #What sys_wait_h does? waitpid($_,&WNOHANG) # what is WNOHANG? my $message = $object -> receive($id,$length,"IPC_NOWAI