2009-04-24から1日間の記事一覧

グルメで有名な僕なので

しゃぶしゃぶ食べたい! 店調べる #!/usr/bin/perl use warnings; use strict; use utf8; use WebService::Simple; use Encode; our $version = 'v1.0'; my $key ='your_api_key'; #http://gourmet.livedoor.com/api/ から無料取得 my $command = 'restauran…