2006-10-01から1ヶ月間の記事一覧

Module::Starter

ほうほう。 Module::Starter is used to create a skeletal CPAN distribution, including basic builder scripts, tests, documentation, and module code. This is done through just one method, create_distro. http://search.cpan.org/~petdance/Module…

Linux Personal Workstation/Linux パーソナルワークステーション

PDFで入手可能。http://www.lain.org/winglab/Works/book.html

DBIx::Class

んーこっちを使おうかと・・・ とりあえずCookBookとかExampleとか色々。http://search.cpan.org/~danieltwc/DBIx-Class-0.07002/lib/DBIx/Class.pm http://search.cpan.org/~danieltwc/DBIx-Class-0.07002/lib/DBIx/Class/Manual/Cookbook.pod http://searc…

記事

プログラミングの基礎テクニック http://www.hyuki.com/al/

URI::Escape

デコードとかで調べるとこんなんばっかり出てくる。 モジュール欲しかったので、隣の隣の席の人とか後ろの人に聞いたら教えてくれました。 $str =~ s/([^\w ])/'%' . unpack('H2', $1)/eg; $str =~ tr/ /+/; return $str; 便利。http://search.cpan.org/~gaa…

Perl in WSH

perlで管理できるなら楽だ。http://material.s9.xrea.com/wsh/ http://www2f.biglobe.ne.jp/~takan/javac/js/wsh/tip_perl.htm http://www.atmarkit.co.jp/fwin2k/operation/wsh01/wsh01_02.html

記事

Compass http://www.opensymphony.com/compass/