in reply to A question of style: Composite keys to multiple values

I can't really make heads nor tails out of your description. Consider this line of code:

$Field_A_Resolver{lc("$ExternalA|ExternalB")} = Internal_A;

What is the purpose of $ExternalA? What values might it hold? Did you mean to type $ExternalB instead of ExternalB (without the dollar sign)? What is Interal_A? Is that supposed to be a bareword string or a variable? If a variable, what does it hold?

- tye        

  • Comment on Re: A question of style: Composite keys to multiple values (context)
  • Download Code

Replies are listed 'Best First'.
Re^2: A question of style: Composite keys to multiple values (context)
by Voronich (Hermit) on Aug 06, 2012 at 19:32 UTC
    Yep. Fair points all. Updated. Thanks o/