in reply to backticks - bash instead of sh
This is documented, see perlop on qx. If you don't want /bin/sh, use system or IPC::Open2 or IPC::Open3 or explicitly invoke /bin/bash or whatever shell you want.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: backticks - bash instead of sh
by daverave (Scribe) on Jul 30, 2010 at 18:16 UTC | |
by ahmad (Hermit) on Jul 30, 2010 at 18:31 UTC |