2006-07-21から1日間の記事一覧

perl エスケープ ¥

perl 超・基礎講座 http://homepage1.nifty.com/typhoon/at-cgi/perl_c1.html 注意する文字列 スクリプト 結果 $hello = "はじめてのCGI@nifty"; print $hello; Literal @nifty now requires backslash at C:\temp\copal.pl line 1, within string Execution…