use IPC::System::Simple qw( system ); system($_) for 'batch -b -submit abcd.txt', 'perlscript features.txt', 'perldata data.txt';