HarshV has asked for the wisdom of the Perl Monks concerning the following question:
Hey guys, I have read many threads for this question, but couldn't succeed. I have a shell script in which I am trying to call a perl script. It's just going to be one liner command. The exit code this command generates is 2. Not sure, what's this. Any help is appreciated. I had tried few ways: 1) perl path/to/the/script/ABC.pl 2) path/to/the/script/ABC.pl 3) path//to//the//script//ABC.pl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl in Shell
by Anonymous Monk on Sep 23, 2014 at 15:20 UTC | |
|
Re: Perl in Shell
by Anonymous Monk on Sep 23, 2014 at 19:04 UTC |