栏目列表
 
 
首页 > 操作系统 > Linux > Perl/Tk FAQ - 17. 关于编程和开发工具
 

Perl/Tk FAQ - 17. 关于编程和开发工具

日期:2006-06-12 00:36:54  来源:网络转载
请您记住思索网的网址: http://www.4so.net  [加入收藏夹]

    
原文:

17. Programming/development tools.

There are a number of tools and methods to help you with your perl/Tk scripting and development. It is worthwhile to note here that the -w switch is recommended as is the use strict; statement near the top of your script/program. If it dies and you still cannot decrypt the error message that these generate take a look though man perldiag(1).



译文:

17. 关于编程和开发工具



事实上有很多的工具和方法可以帮助你写Perl/Tk的脚本和进行开发。同时,值得一提的是,我们强烈推荐大家在你们的脚本或程序中使用-w开关和use strict;语句。如果你的程序运行时出错,但是你却无法理解它给出的错误信息,请仔细阅读perldiag的手册页:perldoc perldiag。
 
 
热门信息
 
相关文章