peanu****@users*****
peanu****@users*****
2011年 4月 4日 (月) 18:37:13 JST
Index: docs/perl/5.10.0/perlfaq3.pod diff -u docs/perl/5.10.0/perlfaq3.pod:1.3 docs/perl/5.10.0/perlfaq3.pod:1.4 --- docs/perl/5.10.0/perlfaq3.pod:1.3 Sun May 25 00:55:41 2008 +++ docs/perl/5.10.0/perlfaq3.pod Mon Apr 4 18:37:13 2011 @@ -1576,7 +1576,7 @@ =end original -大きな配列の文字列かでも同じことが言えます: +大きな配列の文字列化でも同じことが言えます: { local $, = "\n"; @@ -2073,7 +2073,7 @@ =end original -C<(*.cmd> ファイルの先頭をこのようにするだけです(C<-S> は、 +C<*.cmd> ファイルの先頭をこのようにするだけです(C<-S> は、 cmd.exe の "extproc" に関するバグのためです)。 DOS の場合は、適切なバッチファイルを作って C<ALTERNATE_SHEBANG> を 行うべきでしょう(詳細は、ソース配布キットにある F<dosish.h> という Index: docs/perl/5.10.0/perlfaq6.pod diff -u docs/perl/5.10.0/perlfaq6.pod:1.10 docs/perl/5.10.0/perlfaq6.pod:1.11 --- docs/perl/5.10.0/perlfaq6.pod:1.10 Sat Jun 13 03:18:13 2009 +++ docs/perl/5.10.0/perlfaq6.pod Mon Apr 4 18:37:13 2011 @@ -32,7 +32,7 @@ 正規表現を使って処理されますが、この回答はこの資料のあらゆる所で 見つけることができます(正確には L<perlfaq9>: "How do I decode or create those %-encodings on the web" と -L<perfaq4>: "How do I determine whether a scalar is +L<perlfaq4>: "How do I determine whether a scalar is a number/whole/integer/float")。 =head2 How can I hope to use regular expressions without creating illegible and unmaintainable code?