in reply to Re^6: How to call Linux command sequentially
in thread How to call Linux command sequentially

We probably could help better if we know what exactly the first command does, and why do you need to make such thing as create a file using touch FROM a perl script

`command 1`; open a_file;