Help for this page
@{ $n{ $mag } }{ @keys } = ( 0 ) x @keys;
( 0 ) x @keys # A list of zeroes the same length as @keys = # is assigned to ... @{ # in the hash referred to $n{$mag} # by the value pointed to by $mag in %n. }