Hello,
Is it possible write more readable regular expression if ($tU =~ "(?i)^test$") { ... } instead of "^[tT][eE][sS][tT]$"?
On the first option, I get the error: 0(47250) ERROR: <core> [core/rvalue.c:3038]: fix_match_rve(): Bad regular expression
Regards, Marat