Entries from 2011-02-25 to 1 day

perl の勉強がてら、google readerのフィードの名前の更新

perlの勉強がてら google readerのフィードの登録されている名前が新しくなっていたら変更するスクリプトを書いてみました。(livedoor readerは確か自動的に反映される) use strict; use warnings; use Coro; use Coro::LWP; use Coro::Semaphore; use Cor…