Help for this page

Select Code to Download


  1. or download this
      my $auth  = Net::OAuth2::Profile::Password->new(
              site                  => 'https://login.live.com/'
    ...
            , scope                 => 'notify.windows.com'
      );
      my $token = $auth->get_access_token();
    
  2. or download this
    use DBI;
    use URI::Escape;
    ...
            return $WNS_ERR;
    }
    ;