10 月 1

perl開発メモ。

NG: my $dir = “C:\xampp\htdocs\hoge”;

OK: my $dir = ‘C:\xampp\htdocs\hoge’;

\マークがあるのでシングルクォーテーションをつかうほうが良い
(シングルクォート内での逆スラッシュは次に逆スラッシュかシングルクォートが来る場合のみ特別な意味を持つ。)

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.

© PHPress since 2008