2005-11-03から1日間の記事一覧

文字コードをutf8に変換

http://sakaguch.com/utf2.html TF8フラグを付けずに既知の文字コードの$stringから、既知の文字コードの$stringへの変換 use Encode qw/ from_to /; from_to ( $string , 'shiftjis' , 'euc-jp' );from_to ( $string , 'shiftjis' , 'utf8' );とすると、UTF…

HTMLタグを除去する正規表現

$contents =~ s/]|"[^"]*"|'[^']*')*>/ /g;

LWPでPOST

http://digit.que.ne.jp/work/index.cgi?Perl%a5%e2%a5%b8%a5%e5%a1%bc%a5%eb%2fLWP#i5

Flash over AJAX

http://maps.yahoo.com/beta/#trf=0まずは、これを触ってみてください。すごいです。これは、はっきり言って、Google Mapsよりも出来が良いと思います。http://www.techcrunch.com/2005/11/02/new-yahoo-maps-shows-power-of-flash/ There is excellent inte…