ご無沙汰しています。 ちょっと思いついたので作ってみました。 *birthday.pl >|| use strict; use WWW::Mixi; use Jcode; ##定義 my $config_title = "マイミク誕生日カレンダ"; my $config_login = '[email protected]'; my $config_password = 'your_password'; ##ログイン my $mixi = WWW::Mixi->new($config_login, $config_password); $mixi->login; $mixi->delay(2/60); ##準備 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime(time); my