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();