- or download this
#!/usr/bin/perl
system("perl script1.pl input.txt output.txt"); # A long process
system("perl script2.pl output.txt finalout.txt");
- or download this
script2.pl : failed to open input file output.txt : No such file or di
+rectory
- or download this
#!/usr/bin/perl
system("perl script1.pl input.txt output.txt");
...