http://qs1969.pair.com?node_id=762998

perl5ever has asked for the wisdom of the Perl Monks concerning the following question:

I know that &f and &f() are different in that the first call doesn't change @_ whereas the second call sets @_ to the empty list.

What about $obj->method v.s. $obj->method()? Are there any differences between the two calls?