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

yes, IIRC it bypasses some mechanisms like prototype checking ...

which editor do you use?

Cheers Rolf

  • Comment on Re^3: passing the reference of hash values array

Replies are listed 'Best First'.
Re^4: passing the reference of hash values array
by Anonymous Monk on Nov 17, 2010 at 02:16 UTC
    Ah, I will switch over to the new syntax then. I use vim.
      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