in reply to
Can't call method "MoveBook" on an undefined value
Hmm. The "Can't call method "MoveBook" on an undefined value" error would tend to indicate that the
LibraryTest->new()
returned undef. I.E.
$Libr
is undef.
Comment on
Re: Can't call method "MoveBook" on an undefined value
In Section
Seekers of Perl Wisdom