Changeset e960958 in lab.git for Dev/twitter/show_status.pl
- Timestamp:
- Jun 21, 2013 3:48:34 PM (11 years ago)
- Branches:
- master
- Children:
- 0f8acb5
- Parents:
- a5b6bf1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/twitter/show_status.pl
ra5b6bf1 re960958 10 10 # You can catch and process these exceptions by using eval blocks and testing $@ 11 11 ## from http://search.cpan.org/perldoc?Net::Twitter::Lite#ERROR_HANDLING 12 use Net::Twitter::Lite ;12 use Net::Twitter::Lite::WithAPIv1_1; 13 13 use Data::Dumper; 14 14 15 my $bot = Net::Twitter::Lite ->new(15 my $bot = Net::Twitter::Lite::WithAPIv1_1->new( 16 16 legacy_lists_api => 0, 17 17 );
Note: See TracChangeset
for help on using the changeset viewer.