Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Can't call method "MoveBook" on an undefined value

by bgu (Novice)
on Jan 24, 2013 at 17:55 UTC ( [id://1015201]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package LibraryTest;
    use Moose;
    use Book;
    
    has 'unread_books' => (isa => 'ArrayRef[Book]', is =>'rw' );
    has 'read_books' => (isa => 'ArrayRef[Book]', is =>'rw' );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1015201]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-26 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found