in reply to Re: Arg passing trick that fails in perl 5.8
in thread Arg passing trick that fails in perl 5.8
There is nothing wrong with a simple hash in my book, but this particular programmer has developed a style where he will never use a simple hash or array when he can use a reference instead. He thinks it simplifies the syntax.