…それで思ったのだが「RSSツールのテスト用サーバ」ってどなたか作りませんか?そこのRSSフィードに対してアクセスすると、 RSSツールに対して「あなたのアクセスは行儀悪いです。If-Modified-Sinceつけてよね」とか、「いきなりGETしないで、HEADで更新チェックしてほしいなあ」などという情報をRSSフィードとして返すの。そういうサーバがあると、RSSツール開発者は喜ぶかも。
ふむふむ。
#!/usr/local/bin/perl -w
use strict;
use Somebody::Job::Queue;
my $developer = shift || 'naoya';
my $queue = Somebody::Job::Queue->new($developer);
$queue->push("Development RSS check server for developer of those tools.");
print $queye->status;
よし。
$ perl ./request_queue.pl blog_hacker runtime error: 'blog_hacker' now playing Dragon Quest 8 at request_queue.pl line 9. abort.
orz
$ perl ./request_queue.pl anoter_blog_hacker
FATAL error: 'another_blog_hacker' now having financial problem and going to Takefuji at request_queue.pl line 9.
abort.