| 您的位置:首页 > 文档 > perl > |
文章分类热门文章 |
Perl/Tk FAQ - 17. 关于编程和开发工具创建:2005-10-27 22:04:11 作者:Unlinux 来自: http://www.Unlinux.com 原文: 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。 转载自:http://www.unlinux.com/doc/perl/20051027/4477.html 【评论】 【加入收藏夹】 【大 中 小】 【打印】 【关闭】 ※ 相关链接
|