in reply to Re: call another program from perl
in thread call another program from perl
Here is the error I get:my $executable = "C:/Users/Desktop/file.exe"; @args = ("$executable", 'input_command'); system(@args) == 0 or die "system @args failed: $?"
Any suggestions?An endfile record was detected in a READ statement (unit= 5). Error occurs at or near line 21201 of _opnfil_ Called from or near line 231 of _MAIN__
|
|---|