ブックマーク / perldoc.jp (2)

  • perlfaq5 - ファイルとフォーマット - perldoc.jp

    You might like to read Mark Jason Dominus's "Suffering From Buffering" at http://perl.plover.com/FAQs/Buffering.html . Perl normally buffers output so it doesn't make a system call for every bit of output. By saving up output, it makes fewer expensive system calls. For instance, in this little bit of code, you want to print a dot to the screen for every line you process to watch the progress of yo

    n986121
    n986121 2013/06/12
    出力ファイルハンドルの flush/unbuffer について - 案外とこの辺はよくわかってなかった。重要重要!
  • perltrap - Perlの不注意による罠 - perldoc.jp

    The biggest trap of all is forgetting to use warnings or use the -w switch; see perllexwarn and perlrun. The second biggest trap is not making your entire program runnable under use strict. The third biggest trap is not reading the list of changes in this version of Perl; see perldelta. 最も大きな罠とは、use warnings あるいは -w スイッチを 使うのを忘れてしまうということです。 perllexwarn と perlrun を参照してください。 二番目に大きな罠とは、あなたのプログラム全体を

    n986121
    n986121 2012/03/21
    罠どころか超有用。で、Perlイけるんじゃね?...となる罠。
  • 1