Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I want to rewrite this piece of code so it will work in UNix. Is there similar module for UNIX. Please give any suggestion.Win32::Process::Create($process, "md5", "md5 $IdocFileName $IdocMd5FileName", 0, DETACHED_PROCESS, ".") or die "Create failed: ", Error();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: From WinNT to Unix
by jwest (Friar) on Apr 17, 2001 at 18:14 UTC |