1 2 #!c:\ruby\bin\ruby.exe 3 require 'xmlrpc/client' 4 require 'pp' 5 6 server = XMLRPC::Client.new2("http://rpc.technorati.com/rpc/ping") 7 result = server.call("weblogUpdates.ping", "Copenhagen.rb", "http://www.copenhagenrb.dk/") 8 pp result
You need to create an account or log in to post comments to this site.