perl開発メモ。
NG: my $dir = “C:\xampp\htdocs\hoge”;
OK: my $dir = ‘C:\xampp\htdocs\hoge’;
\マークがあるのでシングルクォーテーションをつかうほうが良い (シングルクォート内での逆スラッシュは次に逆スラッシュかシングルクォートが来る場合のみ特別な意味を持つ。)
Name
Mail (will not be published)
Website
Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.