2011-11-13 砂場 class Foo def bar'baz' # return baz end enduse strict; use warnings; my $hoge = 'hoge'; if( $hoge eq 'hoge') { warn 'unko'; }