in reply to Running a command in Perl
and process the output within your other Perl script with the commands you have in your one-liner. Although the filtering made by the grep shall command could itself be done within the Perl script. And then, of course, there are also some pure Perl solutions using modules.ps aux | grep java
|
|---|