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

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

by tmharish (Friar)
on Feb 05, 2013 at 07:04 UTC ( [id://1017074]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package My::Twitter::Account;
    
    ...
    
    Other Methods that deal with a SINGLE twitter account here.
    
  2. or download this
    
    package My::Twitter::AllAccounts;
    ...
    }
    
  3. or download this
    
    my $twitter_data = new My::Twitter::AllAccounts() ;
    ...
    
    }
    
  4. or download this
    
    # Am assuming you move your functions into the correct classes and wri
    +te some ... But the below is just for illustration. 
    ...
    $twitter_data->get_sum_of_all_accounts();
    $twitter_data->stop_ignoring();
    

Log In?
Username:
Password:

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

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

    No recent polls found