2009-02-01から1ヶ月間の記事一覧

バグ?

あとで調べる、きっと。Windows Vista + Strawberry Perl な環境。 D:\temp>cat zzz.pl use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Foo::Bar' ); D:\temp>perl zzz.pl Writing Makefile for Foo::Bar D:\temp>grep -n @ARGV Makefile 210:ECHO = $…

皇居

軽く皇居を散歩した。(・∀・)イイ!!

Geography::JapaneseMunicipals

Geography::JapanesePrefecturesの市区町村版みたいなGeography::JapaneseMunicipalsを作った。 近々、CPANにうpしようかと。 use strict; use warnings; use utf8; use FindBin::libs; use Geography::JapaneseMunicipals; use YAML; binmode STDOUT, ':en…

WWW::Mechanize::Plugin::Web::Scraper

文字ばっけー対策パッチ(数文字だけど…)送ったら速攻採用してくれてうれしかった。 中学生レベルの英語を間違えたのに気づいて恥ずかしかった。 WWW-Mechanize-Plugin-Web-Scraper-0.02 - Scrape the planet! - metacpan.org

WWW::PASMO

http://www.pasmo.co.jp/useful/mypage.htmlをスクレイピングするモジュールWWW::PASMOを作ってとりあえずコミッた。 use strict; use warnings; use WWW::PASMO; use YAML; my $pasmo = WWW::PASMO->new; die "faild to login" unless $pasmo->login('your …