Interestingly, what Tk::grid sees with the "procedural form" of call, is identical to invoking the grid method on the leftmost widget, and passing in the remaining widgets as parameters.
This is because a method call passes in the object as the first parameter.
-- I'm Not Just Another Perl Hacker
Comment on Re^2: What is the best way to arrange widgets using TK?