Help for this page
my $outr = `ps -ef|grep Jones`; @outr = split(/\n/, $outr); foreach (@outr) ... print "$_\n"; } }