Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

OO automatic accessor generation

by Neighbour (Friar)
on Nov 11, 2009 at 13:21 UTC ( [id://806486]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package DataTable;
    
    ...
    }
    
    1;
    
  2. or download this
    package DataTable;
    
    ...
    sub default { return ArrayAccessor("default", @_); }
    sub usequote { return ArrayAccessor("usequote", @_); }
    1;
    
  3. or download this
    package DataTable;
    
    ...
        return $self;
    }
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-03-19 10:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found