![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re^3: Constructing STDIN for an external progamby ikegami (Patriarch) |
on Sep 11, 2006 at 17:27 UTC ( [id://572371]=note: print w/replies, xml ) | Need Help?? |
What if one of the args was two words? or it's? Your code won't work in those everyday situations, nevermind the security implications. You've invoking the shell without quoting and escaping your command. Use IPC::Open3, IPC::Run or IPC::Run3 to avoid having to do so.
In Section
Seekers of Perl Wisdom
|
|