daverave has asked for the wisdom of the Perl Monks concerning the following question:
I noticed that when I use backticks in perl the commands are executed using sh, not bash, giving me some problems.
How can I change that behavior so perl will use bash?
Thanks, Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: backticks - bash instead of sh
by Corion (Patriarch) on Jul 30, 2010 at 17:52 UTC | |
by daverave (Scribe) on Jul 30, 2010 at 18:16 UTC | |
by ahmad (Hermit) on Jul 30, 2010 at 18:31 UTC | |
|
Re: backticks - bash instead of sh
by DStaal (Chaplain) on Jul 30, 2010 at 18:16 UTC | |
by daverave (Scribe) on Jul 30, 2010 at 18:33 UTC |