in reply to Re^2: Static typing is mostly a waste of time
in thread Static typing is mostly a waste of time

Assignment is also polymorphic. %b (or @b, for that matter) forces '=' to impose list context upon @a. In other words, '=' changes behavior depending on the LHS. It's not type-casting, which is what I meant to say.
  • Comment on Re^3: Static typing is mostly a waste of time