Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

OO automatic accessor generation

by Neighbour (Friar)
on Nov 11, 2009 at 13:21 UTC ( #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? | Other CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2023-09-28 00:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?