Help for this page

Select Code to Download


  1. 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");
    
  2. or download this
    script2.pl : failed to open input file output.txt : No such file or di
    +rectory
    
  3. or download this
    #!/usr/bin/perl
    system("perl script1.pl input.txt output.txt");
    ...