jambi has asked for the wisdom of the Perl Monks concerning the following question:
Team, I have a .sh in which I do not want a certain .pl script from running. Ho do I comment /bypass just that piece. Thank you for the help in advance. So I forget to mention that the original setup script is a fairly large .sh and this gets uncompressed. Is there a way to include the comment from the command line itself eg: #starter.pl /blah1/blah2/blahx.sh Where when blahx.sh executes it fails at a check.pl script. I want it not run that check.pl script Thanks for your help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: stop a .pl script from launching within a larger script
by choroba (Cardinal) on Aug 06, 2015 at 13:31 UTC | |
|
Re: stop a .pl script from launching within a larger script
by CountZero (Bishop) on Aug 06, 2015 at 15:05 UTC | |
by jambi (Initiate) on Aug 06, 2015 at 16:35 UTC | |
by soonix (Chancellor) on Aug 07, 2015 at 08:18 UTC |