Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Dear Moose docs...

by chromatic (Archbishop)
on Feb 10, 2013 at 04:13 UTC ( [id://1018023]=note: print w/replies, xml ) Need Help??


in reply to Dear Moose docs...

how do you call the accessor methods?

Just as you did. The interesting question the documentation hasn't made clear to you is "How do I initialize attributes when I call the constructor?":

my $p = Point->new( x => 10, y => 20 );

The Objects chapter in the Modern Perl book may be a more gentle (and complete) introduction to Moose.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1018023]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-20 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found