perl

http://maid.sytes.net/~mugetu/diary/?date=20021127#p01

より。なんだか、見たことのないエラーだったので調べたらこういうことみたい。

標準インストールでは、Perlを実行するたびに警告がでる。

 |perl: warning: Setting locale failed.
 |perl: warning: Please check that your locale settings:
 | LC_ALL = (unset),
 | LANG = "ja_JP.ujis"
 | are supported and installed on your system.
 |perl: warning: Falling back to the standard locale ("C").

これの解決方法として

 export PERL_BADLANG=0

とすれば抑制できるらしい。