Help for this page

Select Code to Download


  1. or download this
    use IPC::System::Simple qw( system );
    
    ...
          'batch -b -submit abcd.txt',
          'perlscript features.txt',
          'perldata data.txt';
    
  2. or download this
    use IPC::System::Simple qw( system );
    
    ...
    perlscript features.txt
    perldata data.txt
    __EOI__