Chris Fedde writes: > There was some comment on clmp that this code was confusing because > of the variable name. Personally I'm not much in favor of Hungarian > notation. But for basic stuff maybe it's best.
I like the change. It makes sense to use 'arrayref' and not 'array' for a variable that holds an array reference :-) We did that in the Cookbook where there wasn't any other meaningful name to be used for variables. Nat
