Help for this page

Select Code to Download


  1. or download this
    @{ $n{ $mag } }{ @keys } = ( 0 ) x @keys;
    
  2. or download this
    ( 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.
    }