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


in reply to FGATAW - the companion to a FAQ

Frequently Given Answers That Are Wrong

That these are exactly equivalent:

# assuming $o = Class->new; Class::method( $o ); $o->method;

Replies are listed 'Best First'.
Re^2: FGATAW - the compantion to a FAQ
by diotalevi (Canon) on Jul 08, 2005 at 19:26 UTC

    You forgot the insidious syntax. This one is also not identical.

    $o = new Class