matches_criteria
if ( $allowRegExMatching == $true ){ if( $input =~ /$pattern/i ){ debug ("MATCHED!\n"); return ($result eq "yes"); } } else { if( $input eq $pattern ){ debug ("MATCHED!\n"); return ($result eq "yes"); } }
if( lc($input) eq lc($pattern) ){ debug ("MATCHED!\n"); return ($result eq "yes"); }
available_templates.cfg