Help for this page
#!/usr/bin/perl -w use strict; use Shell 'ps'; my $process = "perl"; my @output = grep /$process/ => ps("-ef");