I am heavily using KOMODO IDE to write Perl scripts. This is a very nice IDE and editor!
Anyway, in KOMODO IDE 9.2, variable names in double quoted strings like below are highlighted.
print “printing a $variable!\n”;
But they are not highlighted in 9.3.1 anymore. I am very sad about this. Is this a bug?