in reply to spaces around the Arrow Operator (->)
... around -> ... where is the hidden side effect to use whitespaces there ??
Nowhere. It's purely a layout/formatting/readability issue. I myself would have no objection to a block of code like
and often write stuff like that. OTOH, I would strongly object to something like$w ->{'foo' } = ...; $xx ->{'boff' } = ...; $yyy ->{$j } = ...; $zzzz->{fun($n)} = ...;
Give a man a fish: <%-{-{-{-<
|
|---|