in reply to Re: Is there a system command in Linux
in thread Is there a system command in Linux
Quoting is a shell-specific issue.
Using bash, perl -e "system(ls);" works fine
(although you get into problems with more useful one-liners because it does interpolation on $foo)