in reply to Storable freeze/thaw losing object methods

Objects don't have methods; classes do. Did you load the module providing the class?
  • Comment on Re: Storable freeze/thaw losing object methods

Replies are listed 'Best First'.
Re^2: Storable freeze/thaw losing object methods
by unix_hacker_beard (Novice) on Nov 22, 2011 at 21:45 UTC
    You were correct. I had neglected to require the module once more in the separate process. Thank you!
Re^2: Storable freeze/thaw losing object methods
by unix_hacker_beard (Novice) on Nov 22, 2011 at 21:24 UTC
    Yes, I did provide the module.