in reply to Re: Help with unblessed object reference error
in thread Help with unblessed object reference error

Hmmm. My guess then would be that in the line where you do your $card->label(), $card does not have what you expect. Care to print "card=$card\n" just before the call to ->label()?

Regards.

  • Comment on Re: Re: Help with unblessed object reference error