Thanks Paul,
I did apply your suggestion, but still I have just "system failed". And surprisingly the code does what I ask it to do.
Following is my code, do u c any thing wrong with that?
use strict;
use warnings;
#print "hi I am here\n";
my @pwms =...
Thanks travs69 for your redpond,
Actually everything is in the same directory (eg inputfile and output file and md5sume.exe). By the way, I used your command, as bellow:
my @out = qx~md5sum.exe $outputfile > $md_output~ or die "system failed: $!\n";
print (@out);
I still get "system failed...
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.