Help for this page

Select Code to Download


  1. or download this
    if (grep(/clock/, @commands_run)) {
      print "\n Test -- found pattern  -- \n";
    } else {
      print "\n Test -- did not find pattern -- \n";
    }