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

yep the brackets worked. thanks : ) Is it better to just use 'average(...)"? I just use the & since it gets highlighted/colorcoded for syntax whereas without the & its just plain black text.
  • Comment on Re^2: passing the reference of hash values array

Replies are listed 'Best First'.
Re^3: passing the reference of hash values array
by LanX (Saint) on Nov 17, 2010 at 02:12 UTC
    yes, IIRC it bypasses some mechanisms like prototype checking ...

    which editor do you use?

    Cheers Rolf

      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