dpraba3 has asked for the wisdom of the Perl Monks concerning the following question:
and the perl script contains :tail --11 Test.txt
I get a error message :system("tailsh.sh");
Do I need to have a unix shell before I invoke shell script from perl?tail.sh is not recognized as internal or external command, operable co +mmand or batch file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to run a shell script from a Perl program?
by MidLifeXis (Monsignor) on Jul 18, 2008 at 16:44 UTC |