2ge has asked for the wisdom of the Perl Monks concerning the following question:
After running I always get:use strict; use warnings; use Net::Trackback::Client; use Net::Trackback::Ping; my $ping = Net::Trackback::Ping->new(); $ping->title('This is test'); #$ping->url('http://rpc.technorati.com/rpc/ping'); $ping->url('http://ping.blo.gs'); $ping->ping_url('http://myblog.blogs.com/2005/09/Just-testing.html'); my $client = Net::Trackback::Client->new(); my $msg = $client->send_ping($ping); print $msg->to_xml;
<?xml version="1.0" encoding="iso-8859-1"?> <response> <error>405</error> <message></message> </response>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Trackback question
by gargle (Chaplain) on Sep 12, 2005 at 14:11 UTC | |
by InfiniteSilence (Curate) on Sep 12, 2005 at 14:25 UTC | |
by 2ge (Scribe) on Sep 12, 2005 at 14:39 UTC | |
|
Re: Net::Trackback question
by eXile (Priest) on Sep 12, 2005 at 14:13 UTC |