|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: CX or Systemby Eliya (Priest) |
| on Apr 04, 2012 at 19:03 UTC ( #963510=note: print w/ replies, xml ) | Need Help?? |
|
qx acts like a double-quoted (interpolated) string, so you need to escape stuff, i.e.
(untested) Alternatively, declare your command using a non-interpolating quoting mechanism, and then pass it to qx{}:
Hint: replace qx{} with qq{} and print it, and you'll see what the shell sees with your version, e.g.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||