A Day in the Life

2006-10-11

Struct#to_hash

欲しくない?よく使うんだけど。

class Struct
  def to_hash
    Hash[*self.members.zip(self.to_a).flatten]
  end
end

タイトルのフォントがきもいっていわれた

みんな↓を100回ぐらい読むと良いと思うよ!!!

スケルトン イン ザ クローゼット (フラワーコミックス)

スケルトン イン ザ クローゼット (フラワーコミックス)

perl メモ・クラスの動的生成

スタンダードな動的生成のライブラリってなんだろ。

#!/usr/bin/env perl
use strict;
use warnings;

{
    no strict 'refs';
    *{"FooBar::new"} = sub {
        my $class = shift;
        bless {}, $class;
    };
}

my $i = FooBar->new;
use P;p $i; #=> bless( {}, 'FooBar' )

fub_net 0.9.2.5

どもども、使ってみます!

オサーン

またネトゲorデスマ疑惑。

記事の一覧 >