Hi,
I tried the following script:
if (index($OSNAME,"Win",0) > -1)
{
use Win32::Process;
}
It works fine on Windows NT. On Solaris, it gives the foll error message:
Can't locate Win32/Process.pm in @INC (@INC
contains: /usr/perl5/5.00503/sun4-so
laris /usr/perl5/5.00503 /usr/perl5/site_perl/5.005/sun4-solaris
/usr/perl5/site
_perl/5.005 .) at sim.pl line 3.
BEGIN failed--compilation aborted at sim.pl line 3.
Any idea how to resolve this problem?
Regards,
Lakshmi
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]