#ls2
- Jcode->new()の2段重ね → Not a SCALAR reference
- expand unexpand は行ごとに処理しないと遅い
- Test::Class と use encoding 'euc-jp' の組み合わせで syntax error
-- さらにbinmode STDERR, ":encoding(euc-jp)とか言ってると Invalid CODE attribute 〜
- XML::XBEL title($newvalue)は not $newvalue が真なら更新されない
- プロファイラ
 # perldoc perldebug参照
 # tmon.out が作られる
 perl -d:DProf mycode.pl
 dprofpp
- 以下のコードは5.8以降
 use constant {
     KEY1 => 'VALUE1',
     KEY2 => 'VALUE2',
 };


トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS