I have a script that is utilized on both Solaris and Windows.
In the Solaris environment I use fork() to create a separate
process, in the Windows environment I use Win32::Process. This
unfortunately creates a bit of a problem when I attempt to 
run the script on Solaris since the compiler attempts to find
the Win32 modules I've "used".  What's the easiest way to 
implement this?  I've already checked into autouse and require.

Thanks!

Carter.


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to