Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: RFC on how I'm doing when it comes to writing objects?

by mbethke (Hermit)
on Feb 04, 2013 at 17:04 UTC ( [id://1016979]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub new {
        my ($class, $datafile, $accounts) = @_;
    ...
            accounts => $accounts,
        }, $class;
    }
    
  2. or download this
    sub acct_data {
        my ($self, $type) = @_;
    ...
            )
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (8)
As of 2024-04-24 10:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found