in reply to Re^5: safely passing args through ssh
in thread safely passing args through ssh
I'm not looking to encode an arbitrary shell command. Given an $array that will invoke a perl interpreter via open(..., "-|", @$array) I am looking for ways to safely encode a perl script that will be passed to the interpreter via the command line.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: safely passing args through ssh
by ikegami (Patriarch) on Jul 26, 2011 at 18:03 UTC |