syntax あつかい

そういうことみたいで。

my local our and or eq ne if else elsif until unless while for foreach return switch case given when

が、perltidy のスペースを伴うキーワードらしい。

もちろん設定で変えられるけど、どうしようかな。

by typester / at 2006-06-11T23:42:00 / perl / Comment

同じように関数じゃないのかとおもったのに my がある。

my( $self, $c ) = @_;

はperltidyかけると

my ( $self, $c ) = @_;

になる。

つまり perltidy では myreturn も Perl BestPractices 的成形方法でいうところの識別子的扱いになっているのね、関数ではなく。

でもperl的には両者はどちらも組み込み関数だよね? 何その特別扱い。おしえてDamian!

by typester / at 2006-06-10T23:52:00 / perl / Comment

SQLAlchemy Database Engines 日記。 (TokuLog) - ||= と弊社コーディングルール

return ($self->{_obj} ||= My::Object->new);

は気持ち悪いと思った。括弧付けるなら

return( $self->{_obj} ||= My::Object->new );

じゃね?

とかおもたけど、上記をperltidyにかけると

return ( $self->{_obj} ||= My::Object->new );

になる罠。なんだこりゃ。return は関数扱いではないのか。

by typester / at 2006-06-10T23:43:00 / perl / Comment

全日本最強 CPAN Author 決定選手権

輝け!全日本最強 CPAN Author 決定選手権 - にぽたん研究所

おぉ、なんか4位じゃん。前回はランク外だったのに><

前回はこれ元に偏差値出してた人がいたとおもったけど、それも見たい!

by typester / at 2006-06-10T18:05:00 / perl / Comment

rt.cpan.org

起きたらなんかrt経由でtypo指摘きてたので直した。

んで、てきとうに解決済みにしといたけどいまいち使いかたわからね。

by typester / at 2006-06-10T17:54:00 / life · perl / Comment

かえった

ちょうつかれた

by typester / at 2006-06-09T18:00:00 / life / Comment

今日もフィレンツェぶらぶらした。日本人多いなぁ。

by typester / at 2006-06-04T05:32:00 / life / Comment

wtf

なんだよこれ。

by typester / at 2006-06-02T18:03:00 / life / Comment

ことえりはガンオタ

「そら」で変換すると「宇宙」が候補に出る。

でもコスモで小宇宙にはならない。

by typester / at 2006-06-02T03:23:00 / life / Comment

$ sudo dpkg-reconfigure exim4-config

してSmarthost使うようにして、それにsmtp.nifty.com指定したらメールおくれるようになった。

本当は587ポート(だっけ?)つかうようにしたいけどどうやんのかわからん。とりあえず送れたからいいや。

by typester / at 2006-06-01T19:28:00 / life / Comment

99 100 101 102 103 104 105 106 107 108

(Page 103 of 203)