[perldocjp-cvs 1870] CVS update: docs/articles/qntm.org/files/perl

Back to archive index

ktats****@users***** ktats****@users*****
2014年 4月 17日 (木) 19:50:00 JST


Index: docs/articles/qntm.org/files/perl/perl.html
diff -u docs/articles/qntm.org/files/perl/perl.html:1.20 docs/articles/qntm.org/files/perl/perl.html:1.21
--- docs/articles/qntm.org/files/perl/perl.html:1.20	Thu Apr 17 19:47:53 2014
+++ docs/articles/qntm.org/files/perl/perl.html	Thu Apr 17 19:50:00 2014
@@ -288,7 +288,7 @@
 </pre>
 
 <p class="original"><strong>Caution.</strong> One day you will put somebody's email address inside a string, <code>"jeff****@gmail*****"</code>. This will cause Perl to look for an array variable called <code>@gmail</code> to interpolate into the string, and not find it, resulting in a runtime error. Interpolation can be prevented in two ways: by backslash-escaping the sigil, or by using single quotes instead of double quotes.</p>
-<p><strong>注意。</strong> ある日、誰かのメールアドレス、<code>"jeff****@gmail*****"</code>を文字列に入れたとします。 これは、Perlに<code>@gmail</code>という配列変数を探させ、文字列の間に入れようとします。それが見つからなければ、エラーになります。変数の展開を防ぐには2つの方法があります:シジルをエスケープする。まてゃあ、ダブルクォートの代わりにシングルクォートを使う。</p>
+<p><strong>注意。</strong> ある日、誰かのメールアドレス、<code>"jeff****@gmail*****"</code>を文字列に入れたとします。 これは、Perlに<code>@gmail</code>という配列変数を探させ、文字列の間に入れようとします。それが見つからなければ、エラーになります。変数の展開を防ぐには2つの方法があります:シジルをエスケープする。または、ダブルクォートの代わりにシングルクォートを使う。</p>
 
 <pre class="prettyprint lang-perl">
 print "Hello \$string"; # "Hello $string"



perldocjp-cvs メーリングリストの案内
Back to archive index