Help for this page

Select Code to Download


  1. or download this
    
    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}'`) ;
    
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
    main();