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

Ah, I will switch over to the new syntax then. I use vim.
  • Comment on Re^4: passing the reference of hash values array

Replies are listed 'Best First'.
Re^5: passing the reference of hash values array
by LanX (Saint) on Nov 17, 2010 at 02:38 UTC
    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