Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hashem110251

    how to pass parameters to system call

    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 =...
  2. hashem110251

    how to pass parameters to system call

    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...
  3. hashem110251

    how to pass parameters to system call

    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...

Part and Inventory Search

Back
Top