2008-11-03から1日間の記事一覧

PersistentPerlとuse encoding ’utf8’;

以下のようなPerl/CGIが、PersistentPerl(SpeedyCGI)だと動いたり動かなかったりする。 #!/usr/bin/perperl -w use encoding 'utf8'; binmode STDERR, ':utf8'; use strict; use Encode; use DBI qw(:sql_types); apacheのエラーログはこのような感じ。 utf8…