Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: "Fields" for "Objects"

by Transient (Hermit)
on Jun 10, 2009 at 18:15 UTC ( [id://770415]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Person;
        use Carp;
    ...
            bless $self, $class;
            return $self;
        }
    
  2. or download this
    sub AUTOLOAD {
            my $self = shift;
    ...
                return $self->{$name};
            }
        }
    

Log In?
Username:
Password:

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

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

    No recent polls found