We're all familiar with references and Use Rule 1: You can always use an array reference, in curly braces, in place of the name of an array. This leads to code like ${$foo} (dereference a scalar reference) or @{$bar{baz}} (dereference...| mauke