Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.39 KB | None | 0 0
  1. # Fetch previous values
  2.         my %prevVals; @prevVals{'device', 'retweets'} =
  3.             # Slice them out
  4.             @{$self->twitter(show_friendship => { target_screen_name => $nick })
  5.                   # From the deeply nested hell of twitter's response
  6.                   ->{relationship}{source}}{'notifications_enabled',
  7.                                             'want_retweets'};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement