2009年04月25日11:42 Perl LWP::UserAgentでdecoded_contentしたら特定のContent-Typeで文字化けするのでハックした 実は今日、URLを入力してもらって、そのURLのタイトルを返す、みたいな処理をするコードを作ってました。で、大体のサイトは何も問題が無いんですけど、一部のサイトではうまく動いてくれないんです。。。 ちなみにコードはこんな感じです。すごく普通ですw #!/usr/bin/perl use strict; use warnings; use Encode qw(encode_utf8); use LWP::UserAgent; print get_title(), "\n"; sub get_title { my $ua = LWP::UserAgent->new; my $res = $ua->get("http://www