Hi, I have the following commands which i need to run in perl.Should I use the `` and wrap everycommand in it and run or is there a better way?
batch -b -submit abcd.txt perlscript features.txt perldata data.txt
In reply to Best way to execute a set of commands in perl by iphone
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |