http://www.perlmonks.org?node_id=1011978


in reply to Re: what's difference between bless and tie?
in thread what's difference between bless and tie?

"bless allows you to calls methods on the blessed object." , and "the blessed object" actually a data structure saying a hash and bless tells Perl how the hash can be used(methods defined in package). I still feel they're hard to distinguish in their very initial goal.
  • Comment on Re^2: what's difference between bless and tie?