I want to call md5sum.exe for a file and print it into another file, I have done
system("md5sum.exe $outputfile > $md_output") or die "system failed: $?";
but it doesnt like it and complaints:
system failed: 0 at C:/Documents and Settings/moac/workspace/lets_do_some_perl/test.pl line 16.
any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.