- or download this
package My::Twitter::Account;
...
Other Methods that deal with a SINGLE twitter account here.
- or download this
package My::Twitter::AllAccounts;
...
}
- or download this
my $twitter_data = new My::Twitter::AllAccounts() ;
...
}
- 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();