G
gniagnia
Hi all,
I've searched the www for hours but I still don't understand why this
isn't working.
I am writting a perl script (on a linux server) that needs to run a
shell script (on the same linux server).
So I tried the following :
1 - exec "/path/to/my/shell_script.sh";
2 - open EXIT, "/us/path/to/my/shell_script.sh |";
3 - system "/path/to/my/shell_script.sh";
Neither of these 3 attempts actually worked.....the shell script isnt
launched by the linux server....
What am i missing?
Thanks a lot in advance
I've searched the www for hours but I still don't understand why this
isn't working.
I am writting a perl script (on a linux server) that needs to run a
shell script (on the same linux server).
So I tried the following :
1 - exec "/path/to/my/shell_script.sh";
2 - open EXIT, "/us/path/to/my/shell_script.sh |";
3 - system "/path/to/my/shell_script.sh";
Neither of these 3 attempts actually worked.....the shell script isnt
launched by the linux server....
What am i missing?
Thanks a lot in advance