Help for this page

Select Code to Download


  1. or download this
    1st string = _test(followed by 1 or more spaces)
    2nd string = _test <"value">
    
  2. or download this
    if ($line =~ m/(_test)(\s+)/)
       { print "found.\n" }