タグ

ブックマーク / 8-p.info (2)

  • Perl の正規表現リテラル中の変数展開を読む

    Perl の正規表現リテラル中の変数展開では、文法上、 解釈にあいまいさが生じることがあります。 この文章では、Perl インタプリタのソースコードから、 実装上でどのようにあいまいさが解決されるのかを説明します。 更新履歴 2008-06-05: 公開 Perl の判断 Perl では、文字列リテラルや正規表現リテラルの中で変数展開を行えます。 use Test::More tests => 2; my $name = 'Alice'; $_ = "My name is $name"; is($_, 'My name is Alice', '$name として Alice が展開される'); s/$name/Bob/g; is($_, 'My name is Bob', 'Alice が Bob に置き換えられる'); しかし、正規表現リテラルのなかで配列の要素を展開する際には、 [ 〜

    cho45
    cho45 2008/08/09
  • QuickTime

    QTPlayerFullscreen QTPlayerFullscreen QTPlayerFullscreen is obsolete, because non-Pro Quicktime Player can play movies fullscreen since 7.2. In non-Pro QuickTime Player menu, View > Fullscreen feature is disabled. But the player can play fullscreen via the AppleScript. So QTPlayerFullscreen is run the script from View > Fullscreen menu. I think it's just a shortcut, not crack :-) To install, pleas

  • 1