in reply to Re: Re: Unblessed Reference Message
in thread Unblessed Reference Message

And you are correct.
You wrote '$ref->item_id' when you probably meant '$ref->{item_id}', it's trying to call item_id as a function/method..
C.
  • Comment on Re: Re: Re: Unblessed Reference Message