笑话军事旅游美容女性百态母婴家电游戏互联网财经美女干货家饰健康探索资源娱乐学院 数码美食景区养生手机购车首饰美妆装修情感篇厨房科普动物植物编程百科知道汽车珠宝 健康评测品位娱乐居家情感星座服饰美体奢侈品美容达人亲子图库折扣生活美食花嫁风景 | 首页 |
java/jsp | c/c++ | php | mysql | oracle | mssql | vb | vc | c# | asp | html/css/js | system | delphi | perl | photoshop | other |
原文: 16.3. Is there a color editor? There is. Please see perldoc ColorEditor.pm or run the Tk...
原文: 16.5. Is there something equivalent to tkerror? Yes there is. Please see the Tk/ErrorDialo...
原文: 16.6. Are there Tables? There are least two: Nick's Table Nick Ing-Simmons has distribut...
原文: 16.4. Is there a round Scale? It is not quite a "round Scale" but Roy Johnson has written...
原文: 17. Programming/development tools. There are a number of tools and methods to help you wit...
原文: 17.1 Is there a Tcl/Tk to perl/Tk translator? Nick Ing-Simmons has written a (rather lengt...
原文: 17.2 Is there something equivalent to wish in perl/Tk? The answer is yes. The idea of wi...
原文: 17.3. Is there a debugger specifically for perl/Tk? Not for the latest version - but the -...
原文: 17.4. Is there a GUI builder in perl/Tk? Work has reputedly (January 1996) started on port...
原文: 18. Processes & Inter-Process Communication under Perl/Tk. Inter-Process Communication (IP...
原文: 18.1. How does one get Perl/Tk to act on events that are not coming from X? On 22 Nov 1995...
原文: 18.3. How can I do animations using after? There is a "toggling button" demo script suppli...
原文: 18.4. How do I update widgets while waiting for other processes to complete? The short ans...
原文: 18.5. How do you fork on System V (HP)? Kraegeloh Martin <mkr@dm-server.cv.com> orig...
原文: 19. How do I "clear the screen"? What screen are you trying to clear? If you are trying...
原文: 20. Is there a way to have an X application draw inside a perl/Tk window? (This question w...
原文: 21. Is there a version for Microsoft Windows(tm)? MacOS? Is there a browser plugin? Yes, n...
原文: 22. Are there any international font packages for perl/Tk? In principle you may specify th...
原文: 23. Are there any other ways to create event based interfaces from perl? Yes. A short list...
原文: 25. Are there any major applications written in perl/Tk? Yes. In fact, there are some inte...
原文: 26. What is the history of pTk and perl/Tk? [Do something here about other toolkit bindings....
原文: 27. What can we expect the future to hold? [OBSOLETE] With the production release of Tk400...
原文: 29. Acknowledgements & maintainer. The Perl/Tk extension to the Perl programming language...
原文: 28. How do I obtain the latest version of this FAQ? On the world wide web There is current...
网络编程是一门神秘且复杂的艺术,当然也十分有趣。Perl语言提供了丰富的TCP/IP网络函数,所有这些函数都 直接来源于C语言的socket库函数. 由于Perl语言和C语言的socket...
简 述 本文将详细讲述Perl的编译方法,献给所有热爱、喜欢Perl的程序员们。 Perl自从面世以来1.0版本到现今的5.6版本,一直都有编译程序,主要因为国内的中文资料很少,大多数...
如果在Unix中曾经使用过sde,awk,grep这些指令的话,相信对于 Perl 语言中的常规表达式(Regular Expression)应该不会感到陌生才对。在Perl语言中因为有这个功能,...
我的 CGI script可在指令列下执行但无法从浏览器执行。您能不能帮我修修看? 如何去除文章中的 HTML标签? 如何萃取 URLs? 如何从 user端上传资料?如何在另一台机器...
如何得知使用者正在哪个作业系统下执行我的 perl 程式? 为什麽 exec() 不会传值回来? 如何对 键盘/萤幕/滑鼠 做些花样? 如何向使用者询问密码? 如何对序列埠做读写动...
我能拿到 Perl的 BNF/yacc/RE吗? $@%*这些符号是什麽意思?我怎麽知道何时该使用他们呢? 字串加引号或使用分号及逗号是否绝对必要/还是完全没必要? 我如何跳过一些传回...
我该如何使用正规表示式才不至於写出不合语法且难以维护的程式码? 我无法对应到超过一行的内容,哪里出了问题? 我如何取出位於不同行的两个模式间之内容? 我把一个正规表示式放入 $/但却没...
我如何作 (任何事)? 如何以互动的方式使用 Perl? 有 Perl shell吗? 如何替我的 Perl程式除虫? 如何检测 (profile)我的 perl程式? 如何替...
目录 篇名 概述 如何取得这份文件? 如何替这份文件尽点力? 如果把写 Perl程式时所遇到的问题寄去问作者会有什麽後果? 功劳 作者及版权事宜 非商业性之翻印及转...
数组是标量数据的有序列表。 数组可以含任意多个元素。最小的数组可以不含元素,而最大的数组可以占满全部可用内存。 数组实量(array literal)是位于括号内用逗号分开的一系列值。如:...
Perl有三种变量: 纯变量(Scalar Varible) 数组(Array) 关联数组(Associative array) 一、纯变量 又称标量变量,是Perl处理的最简...
赋值(Assignment)运算符 算术(Arithmetic)运算符 数值(Numeric Values)关系运算符 字符串(String Values)关系运算符 逻辑(Log...
大多数程序都不是孤立的,它们与它们的环境相互作用。很多的程序也需要通过文件操作实现数据的存贮和交换。 文件句柄(file handle)是Perl程序中为程序和外部世界提供I/O连接的名称。建议全...
当你向系统shell发送一个命令行时,shell创建一个进程来执行这个命令。这个新进程成为shell的子进程,它的执行不依赖于shell但又与shell相互协调。 同样,Perl程序也能启动新...
从STDIN输入 从标准输入设备读取数据是很容易的,我们已经从第一课上就使用<STDIN>操作符了。例如: $name=<STDIN>; 在数组环境中,可把所有剩余的行作为一列表返回。...
指令:print 语法:print Filehandle LIST 说明:这个Filehandle可以看作在I (INPUT)/O(OUTPUT)之间的一个桥梁,可以利用FILEHANDL...
Perl是很不错写CGI的语言工具,但怎样才能提高运行速度呢?下面是我的一些小经验: 1.如果是大程序,一定要库的方式,因为库是提前编译的(跟require不同)而且库可以只提供你所需要的子程...
目录 基本功能 建立连线 选项 下达 SQL 进阶功能 SELECT 述 高等技巧 交易机制 注意事项 其他资讯 本文是以 Perl DBI Examp...
Perl到了第五版增加了模块的概念,用来提供面向对象编程的能力。这是Perl语言发展史上 的一个里程碑。此后,广大自由软件爱好者开发了大量功能强大、构思精巧的Perl模块,极大地 扩展了P...
一、简介 二、匹配操作符 三、模式中的特殊字符 1、字符+ 2、字符 []和[^] 3、字符 *和? 4、转义字符 5、匹配任意字母或数字 6、锚模式 7、模式...
集中化的配置文件策略 Teodor Zlatanov (tzz@iglou.com) 程序员,Northern Light 2001 年 7 月 UNIX 系统管理总是一个棘手的问...
>> 楚水论坛/□-电脑编程/建议多关注perl6进展 建议多关注perl6进展 (这条文章已经被阅读了 59 次) 时间:2002/12/01 12:46pm 来源:风信子...
如果你曾经使用过linux,无论时间长短,都必定听说过perl;甚至可能在不知道的情况下运行了不少perl的脚本。很多服务程序,象 “inews”、“mirror”、“debconf”、“majo...
顺便说说一些指示代码 写完美无缺的代码对我来说有一些不切实际。在过去的一些场合,我写了些“write-only”代码,这将使任何试着读它的变成不同的颜色。我经常尝试着提高水平,我真的希望看到这...
以前我总是给出具体的例子,但这次给你们出一道足以使你们头发变白,身心疲惫的难题: #!/usr/bin/perl # A Political evaluation script $a=...
基本上,简单变量就是一个数据单元,这个单元可以是数字或字符串。 一、整型 1、整型 PERL最常用的简单变量,由于其与其它语言基本相同,不再赘述。 例: $x = 12345;...