@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2005-08-23から1日間の記事一覧

今日のPerlMonks

Passing variables between packages またまたmerlyn発見。けっこうちょくちょく見てるのね・・・。で、これは質問がちょっと高度で読みきれなかった。設計の話だなぁということと、コメントからも推測して、自前のフレームワーク使うよりすでにあるものを使…

今日のPerlMonks

I use vim as my editor, and it's been driving me crazy: I use smartindent which means after I type this: if(some_condition()) { and press enter, it automatically tabs me in the correct number of tabs to line up my next line of code. Howeve…