> >>Is <code>use POSIX ":sys_wait_h";</code> portable?
> >>
> > 
> > It is on systems that support it.
> 
> It looks like it won't on the Windows systems, right?

E:\Shared\Perl\bin>perl -e "use POSIX ':sys_wait_h';print &WNOHANG"
1
E:\Shared\Perl\bin>

Seems portable enough (ActiveState Perl) ;-)  Mind you, it'll fail when you try to fork
though, or try to reap unless you are using a version of Win32 Perl that supports them 
(i.e. the
threaded one, which ActiveState has).

Jonathan Paton

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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

Reply via email to