in reply to avoiding hash key typos
So what sorts of schemes do people use to avoid typos in hash keys?
This, when used in a module, allows you to write a class that gives you hashes with fixed keys, with a combination of compile-time and run-time constraint checking.use fields qw(a b c);
Dave.
|
|---|