John W Kennedy wrote: > > This is not a pure Perl program, but a mixed Perl-and-Unix program.
I think what he means to say is that there are embedded shell commands intended for a UNIX platform (something that you would normally want to avoid when writing a script for portability). Check for 'system' and 'open' pipe types of commands and either replace them with equivalent code to do the same thing or install the appropriate Windoze versions of the UNIX utilities that are being called. You should be able to find native Windoze versions of cp/cat/rm etc or maybe try Cygwin emulator. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
