in reply to bless array of hashes correct get method wrong

If you have not blessed your reference, your program will not know where it is going to find the get_desc() method.

Take a look at this tutorial on how to create perl objects

  • Comment on Re: bless array of hashes correct get method wrong