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

Re^3: Class::Accessor and Damian's PBP

by nothingmuch (Priest)
on Feb 24, 2006 at 00:11 UTC ( [id://532428]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $row_obj->set_field("foo");
        $row_obj->get_field();
    ...
        # instead of 
        $row_obj->field("foo");
        $row->obj_field();
    
  2. or download this
      sub mutator_name_for {
        my ($class, $column) = @_;
        return "set_" . $column->accessor;
      }
    

Log In?
Username:
Password:

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

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

    No recent polls found