文字コードって本当に面倒だよね。   僕が実際仕事するときは何も考えなくていいように扱 […]

Read more...

§1248 · Posted By · 1月 11, 2014 · Development · (No comments) · Tags: , , ,


  Yahoo!ショッピングのストアマネージャーやその他のモール管理システムで商品の画像をアップする […]

Read more...

§1244 · Posted By · 1月 10, 2014 · Development · (No comments) · Tags: ,


  以前、作業ディレクトリを切り替えるシェルスクリプトという記事を書いたのだが、いろいろと自分の使い […]

Read more...

§1207 · Posted By · 12月 27, 2013 · Development · 1 comment · Tags: , , , , ,


  Perl の hash 操作。 なぜかよく忘れるのでメモ。     # ha […]

Read more...

§1191 · Posted By · 12月 25, 2013 · Development · (No comments) · Tags: ,


  Perl で URL の HTTP Status (200 OK とか 404 Not Foun […]

Read more...

§1187 · Posted By · 12月 25, 2013 · Development · (No comments) · Tags: , , ,


  Perl の localtime 関数メモ     # ある dir のファ […]

Read more...

§1169 · Posted By · 12月 25, 2013 · Development · (No comments) · Tags: ,


  use LWP::UserAgent; でhttpsのコンテンツをgetするのにちょっとハマった […]

Read more...

§1081 · Posted By · 1月 20, 2013 · Development · (No comments) · Tags: , ,


  小数点のある数値リテラルを int すると小数点以下は切り捨てされる     […]

Read more...

§1061 · Posted By · 12月 11, 2012 · Development · (No comments) · Tags: , ,


  例えば、CSVのカラム行、つまり1行目だけ欲しければ、行番号が格納されてる変数 $. に 1 を […]

Read more...

§1057 · Posted By · 12月 11, 2012 · Development · (No comments) · Tags: ,


  例えばあるHTML文書の中に埋め込まれた画像の情報を抜き出したいとします。   画像に […]

Read more...

§1047 · Posted By · 12月 10, 2012 · Development · (No comments) · Tags: , , ,