Help for this page

Select Code to Download


  1. or download this
                      $b =~m/^\s*\w+\s+(\d+)\s+/o;
                      my $b_pid = $1;
    
  2. or download this
       my @args = ("kill", "-9", $2);
    
  3. or download this
    m/^\s*\w+\s+(\d+)\s+/o