| Link methods to hash values (Herkum) - in feedster - I have a hash that I would like to get the values for by using subroutine names. Example, # Hash Value$hash{'name'} = 'Herk';$self->get_name(); # Returns 'Herk'Can someone help me fill in the blank about how I should do this? |