in reply to Re^4: Class Inheritance without an instance
in thread Class Inheritance without an instance / $AUTOLOAD equ

Note that relying on AUTLOAD behaviour for non-method calls is bad. It's deprecated. It's only there because of a historical bug in the perl interpreter. It's a feature that may get removed at some point.

Dave.

  • Comment on Re^5: Class Inheritance without an instance