Help for this page
open(my $fh,"<","/pathtologfile/logfile.log") or die "can not open the + file $!"; ... my @pids = (`ps -ef | grep acuser | grep 2015/01/15 | grep sync_c +md | awk '{print $2}'`) ; }
#!/usr/bin/perl use strict; ... } main();