in reply to
how to escape round parentheses in a system call
The problem of "the" default shell
explains what goes wrong (quoting in a default shell), and how to fix it (passing an array of arguments to the executable instead of passing a string to a default shell)
Problems with String::ShellQuote
explains why
String::ShellQuote
is not the universal solution it promises to be
Alexander
--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
Comment on
Re: how to escape round parentheses in a system call
In Section
Seekers of Perl Wisdom