in reply to Re^3: commands with multiple pipes in perl
in thread commands with multiple pipes in perl

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^4: commands with multiple pipes in perl

Replies are listed 'Best First'.
Re^5: commands with multiple pipes in perl
by moritz (Cardinal) on Mar 17, 2009 at 09:46 UTC
    What's so hard about showing us the code you tried? It does work with system or qx/backtics, if you do it right. If it didn't work, you didn't do it right. But we can't know what you did wrong if you don't show us what you've tried.