Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Self creating OO Module field accessors...

by blue_cowdawg (Monsignor)
on Jan 12, 2006 at 22:28 UTC ( [id://522824]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package BigThing;
    
    ...
    | 
    
    1;
    
  2. or download this
    | 
    | hand waving here...
    ...
    my $thing = new BigThing();
    $thing->field1(10);
    printf "%s\n",$thing->field2;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found