Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Creating accessors on the fly, or not...

by lodin (Hermit)
on Jun 14, 2009 at 07:14 UTC ( [id://771356]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    has $accessor => ( is => 'ro' );
    
  2. or download this
    $self->meta->add_attribute($accessor, (is => 'ro'));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-03-28 19:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found