2004-09-06から1日間の記事一覧

HTMLを実体参照にするやつ。 #!/usr/local/bin/perl#簡易コンバート while(<>){ s/&/&/g; s//>/g; s/"/"/g; s/'/'/g; print; } ってかコレ便利 HTML文字実体参照コンバーター http://code.cside.com/3rdpage/jp/entity/converter.html