Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.

For the best experience please use the latest Chrome or Safari browser. Firefox 10 (to be released soon) will also handle it.

Perl リスクとか

@tsucchi

自己紹介

で、今回のテーマについて

まあいいや

良く言われる Perl の悪いところを改善したい!

と、ふと思いました

Perl の悪いところの例

これらの問題を一気に解決する、cool な手法を思いついた!

それは...

use Japanese

つかいかた

use Japanese;
my $input = "ふたりはミルキィホームズ絶賛放送中!";
if ( $input =~ qr/ミルキィホームズ/ ) {
    say $照合;   # => ミルキィホームズ
    say $前照合; # => ふたりは
    say $後照合; # => 絶賛放送中!
}

超読みやすい。最高!

補足

制限事項

おしまい

Use a spacebar or arrow keys to navigate