Dear Monks,
I am writting a perl script in which i create a bash file containing some commands based on some rules. At the end of my perl script i close this bash file and chmod it and run it.
The problem is that i am not able to run this bash file. If i create another perl script just to run this bash file, it runs fine. But i am not able to run it from the perl script in which i created this bash file. Any ideas???