Help for this page

Select Code to Download


  1. or download this
      my ($accessToken, $appId, $userId) = (shift, shift, shift);
      use threads;
      use Thread::Queue;
    ...
    
    # terminate.
      $_->join() for @thr;
    
  2. or download this
     use WWW::Curl::Easy;
     use WWW::Curl::Form;