in reply to Re^2: Dynamically Creating (and Calling) Object Methods
in thread Dynamically Creating (and Calling) Object Methods
'BigDB\::$cmd' is single-quoted, so creates a method named $cmd in package BigDB\ instead of a method named method1 in package BigDB. Try double quotes (where the backslash becomes harmless though unnecessary).