perldoc -f bless says: bless REF,CLASSNAME ... This function tells the thingy referenced by REF that it is now an object in the CLASSNAME package." But that's not true! All bless does is associate an arbitrary string with a variable; in such a way that the string can be recovered via ref.