Help for this page
~$:/path/executable ... (script runs and output file appears in the directory) ~$:
#I have tried my $program = "path-to-executable"; ... my $i = `$program`; #Script hangs here and nothing appears on the comm +and line at all $i = `1`; $i = `myInputFile.txt`;