in reply to Re^4: passing the reference of hash values array
in thread passing the reference of hash values array

Strange ... I tested different editors, vim is the only one which starts highlighting &calls.

emacs and geany only highlight sub definitions, but never calls, no matter if with or without &.

But IMHO this makes sense if you start coloring barewords (function calls don't need parens), which text-tokens should then remain in the default color?

Cheers Rolf