I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-03-28 16:00:21.984727-07 by lnedad
Clearification of "without the shell" phrase used in module description

In several places in the description section of the IPC-System-Simple page the phrase "without the shell" is used. Does this mean the module's methods do not spawn a new shell or the arguments passed to the methods are escaped to prevent malicious code from running?

Direct Responses: 12601 | Write a response
Posted on 2010-03-28 16:25:00.625068-07 by pjf in response to 12600
Re: Clearification of "without the shell" phrase used in module description
"Without the shell" means no shell at all, the command is executed directly. No shell is spawned at all.
Direct Responses: Write a response