Abigail writes: > I don't really like the change. What else could a variable '$array' > be, than a reference to an anonymous array? The sigil *does* carry > information - just like Larry intended it.
Are you worried about "wasting" three letters in a piece of code in a document to help people? I think the code is better for having the longer name, is no harder to read, and will be more easily understood by beginners. Nat
