Help for this page

Select Code to Download


  1. or download this
        #obtain the length to match according to ps aux
       {
    ...
            $strindex = index($_, "STAT"); 
            #obtain how characters the RegEx should not match
       } #no more of this besides the first line
    
  2. or download this
        $strindex = $-[0] if ?STAT?;