perlの正規表現について詳しいヤシいるー? $a = "hello world"; if ($a =~ /(.)\l/) { print $a; } こんな感じのサンプルがあるんだが、\lって何? /ll/のつもりだと思うんだが $a = "hekko world"; だとしても引っかかるんだけど