代码拉取完成,页面将自动刷新
Devel-TypeCheck v0.01 The TypeCheck program uses static analysis to infer types for expressions and variables. An error is reported if the type use is inconsistent. For instance, it will report when a reference is used where a string or number is expected, and vice versa. This program relies on the B compiler back end (which is included with Perl). It has only been tested with Perl 5.8.1. To run, invoke as one would normally do with a compiler back end module. The following example type checks the main block of PROGRAM.pl and prints out the operand tree while it runs: perl -MO=TypeCheck,-main,-verbose PROGRAM.pl For more information, see Devel::TypeCheck(3). INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install COPYRIGHT AND LICENCE Copyright (C) 2005 Gary Jackson This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。