Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Generic accessor for inside-out objects...

by kyle (Abbot)
on Dec 10, 2007 at 22:41 UTC ( [id://656259]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
    b --> b: 0.0455599141746177
    Use of uninitialized value in print at /home/kyle/perlmonks.pl line 58
    +.
    c -->
    
  2. or download this
        sub FETCH {
            my ($self, $key) = @_;
            my $getter = "get_$key";
            return $self->$getter();
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-04-18 10:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found