<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Perl编程</title>
<link>/plus/list.php?tid=33</link>
<description>linux / Linux编程 / Perl编程</description>
<language>zh-cn</language>
<generator>www.linuxmine.net.cn -- 全球中文linux门户</generator>
<webmaster>admin@youremail.com</webmaster>
<item>
    <title>Linux字符设备驱动程序的编写框架</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20080823/68396.html</link>
    <description>欢迎进入Linux社区论坛，  &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; linux自负设备驱动程序的编写是嵌入式学院&amp;lt;嵌入式工程师职业培训班&amp;gt;三期课程中嵌入式linux驱动开发方面的重要内容，这里我们先对QT做一下简单介绍。 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 一、Li</description>
    <pubDate>2008-08-23</pubDate>
    <category>Perl编程</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Bugzilla搭建笔记</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20080615/66948.html</link>
    <description>看了一天bugzilla课件和视频，周五开始搭bugzilla，现在把搭建过程中出的一些问题和解决方法大概的记一下。

搭建环境是在linux下，在Vmware中装Debian+Apache+mysql+bugzilla。

装Vmware和Debian这里就不说了，与普通的虚拟机和Linux安装没啥区别。

装好后用wget在</description>
    <pubDate>2008-06-15</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>在Unix上安装Perl</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20080615/66947.html</link>
    <description>Perl对MySQL的支持借助DBI/DBD客户接口而提供。见20.5 MySQL Perl API。Perl DBD/DBI客户代码要求Perl 5.004或以后版本。如果你有Perl的一个更旧的版本，接口将不能工作。MySQL Perl支持也要求你安装了MySQL客户编程支持。如果你从RPM文件安装MySQL，客户程序在客户RPM</description>
    <pubDate>2008-06-15</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的 Perl：用 Perl 保存</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20080428/65261.html</link>
    <description>数据存储是计算机编程中常见的问题。CPAN Persistent 类通过一个简化数据创建、检索和管理的通用接口，使数据存储变得简单。通过面向对象的方法，可以在项目中将 Persistent 类作为自己的数据类的父类透明地使用。 持久性介绍 所有程序员都有必须解决数据持久性问题的</description>
    <pubDate>2008-04-28</pubDate>
    <category>Perl编程</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的 Perl：用于系统管理</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20080428/65260.html</link>
    <description>cfengine（配置引擎）是一种 UNIX 管理工具，其目的是使简单的管理的任务自动化，使困难的任务变得较容易。它的目标是使系统从任何状态收敛（convergence）到一种理想状态。依照它的作者 Mark Burgess 所说，cfengine 总是使您的系统更接近于您所定义的配置； 它决不会</description>
    <pubDate>2008-04-28</pubDate>
    <category>Perl编程</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>使用 Perl/Tk 把 GUI 加入服务器编程</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20080428/65259.html</link>
    <description>作为系统程序员，您习惯性地使用命令行界面。可能您已不了解用轻量级图形用户界面（graphical user interface，GUI）来包装现有的功能是多么地容易。新发布的 Perl/Tk 及时地提醒您高质量有时候伴随着易用性。 您可以把精力集中放在高产量的服务器端编程上，而有时仍然</description>
    <pubDate>2008-04-28</pubDate>
    <category>Perl编程</category>
    <author>秩名</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl：编写说英语的Perl程序</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51349.html</link>
    <description>设计程序的用户界面可能很困难而且耗时。Teodor Zlatanov 讨论了如何使用 Parse::RecDescent 模块来用简单的英语创建用户界面文法。他还展示了向程序添加功能或从程序除去功能时，更改文法是如何的方便。另外还与标准的 CLI 解析器和 GUI 进行了比较，讨论了这种方法的</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl：xinetd程序用于系统…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51348.html</link>
    <description>开始之前 为实现本文的目的，您的系统最好安装了最近的主流（2000 或更新）UNIX（Linux、Solaris、BSD）。这些示例在 Perl 和 UNIX（以及其它操作系统）的早期版本上也可以运行，但是它们功能方面的障碍应该由读者作为练习来解决。给定的特定示例是用于 Red Hat Linux</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>用Linux下脚本Perl连接SQLServer</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51347.html</link>
    <description>准备工作: 用到的perl 扩展组件(modules)在上篇贴出.( win32::odbc 模块 )下载组件后按照Readme文件安装倒响应目录.配置好相应的odbc数据源. 程序实现: 使用 use Win32::ODBC; 语句包含应使用的模块是win32::odbc,写出数据库连接字符串 $DSN = &quot;DSN = My DSN;UID = sa;</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux环境中的Mod_perl编程介绍</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51346.html</link>
    <description>1. 介绍性指南 mod_perl 是个庞大而复杂的工具，它内建了许多模块帮助你方便地构建动态网站。这篇指南的目的是帮助你构建一个良好的 mod_perl 模块，并从中理解 mod_perl 的实现技术。我并不推荐使用这里介绍的技术来建立一个大型站点，尤其对于一个刚刚涉足 mod_perl</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>使用Perl/Tk把GUI加入服务器编程</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51345.html</link>
    <description>作为系统程序员，您习惯性地使用命令行界面。可能您已不了解用轻量级图形用户界面（graphical user interface，GUI）来包装现有的功能是多么地容易。新发布的 Perl/Tk 及时地提醒您高质量有时候伴随着易用性。 您可以把精力集中放在高产量的服务器端编程上，而有时仍然</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl：用Perl读写Excel文件</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51344.html</link>
    <description>Spreadsheet::WriteExcel 和 Spreadsheet::ParseExcel 在 2000 年，Takanori Kawai 和 John McNamara 编写出了 Spreadsheet::WriteExcel 和 Spreadsheet::ParseExcel 模块并将它们张贴在 CPAN 上，这两个模块使得在任何平台上从 Excel 文件抽取数据成为可能（尽管不容</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl：Perl用于实现遗传算法</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51343.html</link>
    <description>如果您的机器上已经安装了 Perl 5.005 或者更高的版本，您可以运行一下文章中的例子。您的系统最好应该是安装了最近的（2000 年或者更迟些）主流的 UNIX（Linux，Solaris，BSD），但其它种类的操作系统可能也可以。文中的例子可能可以在更老的版本的 Perl、UNIX 以及其</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>改良的Perl：程序员面向Linux的设置</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51342.html</link>
    <description>作者：Teodor Zlatanov 优化机器来满足需要 为面向 Java 和 Perl 的编程环境定制了 tcsh、Enlightenment、Eterm 和 Emacs 后，Teodor 为我们展示了他桌面的 Linux 配置。这是为 Java 和 Perl 编程设置优化的，但毫无疑问，其他程序员也会在其中发现许多有用的窍门。 几</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux使用基本知识:编写简单的perl</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51341.html</link>
    <description>脚本 perl以其功能强大和可伸缩性而闻名，下面的示例并没有做任何实际的工作，而只是显示了perl的一些特性。 #!/usr/bin/perl -w #sample perl program #scalar variables names start with $ $a=2; $b=3; print $a**$b，&quot;n&quot;; $hello_world='Hello World'; print $hel</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>善用PerlDateStructure和reference</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51340.html</link>
    <description>winnie.chan=Winnie Chan= tom.chow=Tom Chow= frankie.chow=Frankie Chow= 这档案的意义就是说当在数据中如果遇上 Frankie Chow 就把它转换成 frankie.chow ，另外当遇上 Peter wong 就把它转换成 peter.wong 。 另外有一文件名为 test.ldif ，读者可以先把它看成一个</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>ActivePerlPerlIS.dll远程缓冲区溢出…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51339.html</link>
    <description>受影响的软件及系统： ================== Microsoft Windows NT 4.0 Microsoft Windows 2000 Microsoft Windows XP 综述： ===== NSFOCUS安全小组发现微软Windows系统的Multiple UNC Provider（MUP）系统驱动中存在一个缓冲区溢出漏洞，本地攻击者可能利用 这个漏洞导</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>吸引C和Java程序员目光的Perl5.6</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51338.html</link>
    <description>Perl 解释器 初学者马上就会发现 Perl 中似乎没有任何编译器。事实上，Perl 脚本大多是由 Perl 解释器直接运行的，例如 UNIX 系统下的 &quot;Perl&quot;、DOS/Windows 下的 &quot;perl.exe&quot; 就是 Perl 解释器。而在 MacOS 中则不需要这些解释器。您可以试试看如何运行 Perl 脚本。首先</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl：轻松调试Perl的技巧</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51337.html</link>
    <description>错误所带来的麻烦 软件开发人员通常都低估了软件测试的重要性。这一现象的根本原因很简单：处理错误很困难！因为错误往往暴露了代码的根本缺陷，所以有时候开发人员甚至会为了几个错误而从头开始重新编写项目的主要部分。 我认为，调试如此重要，以至于至少要为其分配</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl:Perl自动化系统管理</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51336.html</link>
    <description>UNIX 系统管理总是一个棘手的问题，运用正确的工具会使这个问题变得容易。在这一部分中，Teodor 提出了关于使用 Perl 来简化和牢固系统管理的想法。在这种环境中，系统配置引擎 cfengine 是一个极其重要的工具。 要完成本文中的练习，系统中必须安装了 Perl 5.6.0。操</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl：JustAnotherPerlHac…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51335.html</link>
    <description>JAPH：“Just another Perl hacker” 据我们所知，JAPH 格式是在二十世纪九十年代由 Randal Schwartz 推广的（好几处信息来源都同意这个说法）。今天，JAPH 到处可见，它们是由该流派的那些不知疲倦的艺术家们制作的，比如 comp.lang.lang.perl.misc 新闻组的 Abigail</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl的经典用法：用Open()函数打开文件</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51334.html</link>
    <description>打开文件的常用方法是: open(FH, &quot; $filename&quot;) or die &quot;Couldn't open $filename for reading: $!&quot;; open() 函数通常带有两个参数，第一个为文件句柄，用于指向打开的文件， 第二个参数是文件名及模式(文件的打开模式)的混合体，如果文件被成功打开， open()函数返回t</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl的经典用法：用Sysopen()进行控制</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51333.html</link>
    <description>为了更好的控制文件的打开方式，可以使用 sysopen() 函数： use Fcntl; sysopen(FH, $filename, O_RDWR|O_CREAT, 0666) or die &quot;Can't open $filename for reading/writing/creating : $!&quot;; 函数 sysopen() 带有四个参数，第一个是同open()函数类似的文件句柄参数， 第</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux下Perl的经典用法：读入单个记录</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51332.html</link>
    <description>有一个容易的方法读入filehandles：用 操作符。在标量内容下， 它返回文件中的下一个记录，或者返回未定义出错信息。我们可以使用它来把一行读 入到一个变量中： $line = ; die &quot;Unexpected end-of-file&quot; unless defined $line; 在循环语句中，我们可以这样写： while</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>优化Perl榨取代码的最大性能</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51331.html</link>
    <description>Perl 是一门非常灵活的语言，然而，其易用特性会使程序员滋生出一种懒散的编程习惯。我们应该对这些坏习惯负责，同时可以采取一些快捷步骤来提高 Perl 应用程序的性能。在本文中，我们将介绍优化的一些关键内容，了解哪些解决方案有效、哪些无效，以及如何继续构建并扩</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>用Gtk2-Perl建立具有复杂GUI界面的应…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51330.html</link>
    <description>本文主要介绍Tomcat4.0.6和Tomcat4.1.18两个版本下数据库连接池的配置，及程序对连接池的JNDI查找，并提供相应测试代码。最后指出配置及应用过程中的常见问题及解决方法。 一、Tomcat简介 Tomcat是Apache Jakarta的子项目之一，是Sun公司推荐的JSP、Servlet容器。作为</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51329.html</link>
    <description>本文将介绍系统管理的两个不同层次。Unix Power Tools，Shelley Powers、Jerry Peek、Tim O'Reilly 和 Mike Loukides 著，采用一种简单易读的方式介绍了系统管理的基本知识，这对于系统管理人员来说是一本必读书籍。Analytical Network and System Administration，Mar</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl:Perl6语法和正则表达式</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51328.html</link>
    <description>Perl 6 终于即将面世。在本文中，Ted 将向您介绍 Perl 6 语言的语法和正则表达式，并将它们与当前可用的 Perl 5 Parse::RecDescent 模块进行对比。认识 Perl 正则表达式的新特性，并学会如何具体使用新奇而又功能强大的 Perl 脚本语言。 对所有 Perl 编程人员而言，Per</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl:有趣的Ion窗口管理器</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51327.html</link>
    <description>请关注 Ion 窗口管理器这个功能强大却很简单的程序，可以用它来管理应用程序在桌面上调用的窗口。Ion 并非华而不实，一旦习惯了它，您的工作效率将因此得到极大的提高，而且您会感到奇怪：为什么以前还使用过其他窗口管理器。 通过本专栏，您将体验 X Window System 的</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl：用于系统管理</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51326.html</link>
    <description>cfengine（配置引擎）是一种 UNIX 管理工具，其目的是使简单的管理的任务自动化，使困难的任务变得较容易。它的目标是使系统从任何状态收敛（convergence）到一种理想状态。依照它的作者 Mark Burgess 所说，cfengine 总是使您的系统更接近于您所定义的配置； 它决不会</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl：用Perl保存</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51325.html</link>
    <description>数据存储是计算机编程中常见的问题。CPAN Persistent 类通过一个简化数据创建、检索和管理的通用接口，使数据存储变得简单。通过面向对象的方法，可以在项目中将 Persistent 类作为自己的数据类的父类透明地使用。 持久性介绍 所有程序员都有必须解决数据持久性问题的</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Linux脚本语言PERL的模板应用分析</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51324.html</link>
    <description>在编制PERL程序时，经常会用到很多相似的HTML代码。这样不但书写起来会很麻烦，而且一旦要改动页面，而程序很大，那就更麻烦了。 解决这样的问题一个好的方法就是使用模板。通常的模板使用方法有两种： 一种是将固定部分的HTML代码提取出来生成模板文件，不同的部分在</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>用Perl写不刷屏的聊天室原理分析</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51323.html</link>
    <description>早闲来无事，我也说说编写不刷屏的聊天室。 首先要说，编写真正好的聊天室已经超出了CGI的范畴，要求不仅对语言而且对操作系统和网络协议有一定的了解，需要一些经验的积累。简单的说就是编写端口守护程序，这里牵扯到socket编程，进程间交互，（二者都是比较古老的技</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl的经典用法：读入多个记录</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51322.html</link>
    <description>如果你调用，返回文件中剩余的记录。如果你处于文件尾，则返回空表： @records = ; if (@records) { print &quot;There were &quot;, scalar(@records), &quot; records read.n&quot;; } 在下面的一步中，进行赋值和测试两项工作： if (@records = ) { print &quot;There were &quot;, scalar(@recor</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>功能丰富的Perl:遗传算法仿真多细胞机…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51321.html</link>
    <description>我的前两篇关于使用 Perl 实现遗传算法（GA）的文章（参阅 参考资料）讲述的是个体细胞的变异与生命周期，它的适合度（fitness）完全依赖于它们自己的 DNA。本文将介绍如何仿真一个多细胞机体。具体的应用程序将会生成由其复杂性和正确性决定的字谜（letter puzzles）</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>以非超级用户身份安装mod_perl</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071101/51320.html</link>
    <description>就像大家从以前的文章里看到的，mod_perl nbsp;使Apache由两个组件组成： nbsp;Perl nbsp;模块和 nbsp;Apache nbsp;本身。虽然以非超级用户权限安装Apache很简单，但是应该知道如何安装在非系统位置的Perl模块。本文我将论证几种方法来实现这个任务。 在这些例子里，我</description>
    <pubDate>2007-11-01</pubDate>
    <category>Perl编程</category>
    <author>Perl编程</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-11.如何使用画布（Canvas…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50957.html</link>
    <description>原文： 11. How do I get a Canvas to ... ? The Canvas widget is the most configurable and versatile. With versatility comes complication however, and it is certainly deserving of its own special section within this FAQ... You might also see the examp</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-10.如何使用某个组件来完…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50956.html</link>
    <description>原文： 10. How do I get widget X to do Y ? There are a number of tasks that can be accomplished with perl/Tk widgets, configurations, and bindings (a few that can't and a few that require specific tricks). Beginners are encouraged to work through th</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-10.1.如何使用按钮来调用…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50955.html</link>
    <description>原文： 10.1. How do I get a Button to call a Perl subroutine? You may specify the -command option in the call to create gt;Button(-text = 'Print', -command = sub{do_print($filename, $font)} )-pack; Where sub do_print { } is a subroutine that handles</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-10.2.如何设置按钮随鼠标…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50954.html</link>
    <description>原文： 10.2. How do I get a Button to actively change under my mouse pointer? You should specify both an '-image' and an '-activeimage' configuration option either when calling the -Button() method or in a later separate call to the -configure() met</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-10.3.如何安排各组件的布局</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50953.html</link>
    <description>原文： 10.3. How do I arrange the layout of my widgets? To control the layout and appearance of widgets in a window one makes use of a geometry manager, as well as -padding, -fill, -expand, and -anchor options of individual widgets. A geometry manag</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-10.4.如何设置一个弹出窗口</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50952.html</link>
    <description>原文： 10.4. How do I get a Popup to popup? For things like a simple &quot;are you sure?&quot; dialog box you might want to take a look at Dialog.pm which is discussed in a later question within this FAQ [16.1]. If you don't wish to require Tk::Dialog, you ne</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-7.哪里有Perl/Tk的文档</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50951.html</link>
    <description>原文： 7. Where is the Documentation? A great deal of Perl/Tk documentation gets installed as part of the Tk extension building process. Hence, a great deal of documentation is probably residing on your computer already. More documentation is &quot;in th</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-8.如何写Perl/Tk脚本</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50950.html</link>
    <description>原文： 8. How do I write scripts in perl/Tk? Start your script as you would any perl script (e.g. #!/usr/bin/perl, #!/usr/local/bin/perl, #!/opt/bin/perl, [built static? then #!/usr/bin/tkperl], whatever, see the perlrun(1) man page for more informa</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-9.Perl/Tk中有哪些类型的…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50949.html</link>
    <description>原文： 9. What widget types are available under perl/Tk? The following Tk widget primitives are available under perl/Tk: Button Canvas Checkbutton Entry Frame Label Listbox Menu Menubutton Message Radiobutton Scale Scrollbar Text Toplevel The follow</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-6.如何编译安装</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50948.html</link>
    <description>原文： 6. How do I build it? Assuming you are not running a binary distribution then, in general, building perl/Tk requires: 1. A made lt;kjahds@kjahds.com. If any of the following does not say &quot;dl_none.xs&quot; then you probably do have dynamically link</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-5.CPAN是什么？在哪里</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50947.html</link>
    <description>原文： 5. What/Where isCPAN? &quot;CPAN&quot; = Comprehensive Perl Archive Network a worldwide collection of anonymous ftp sites for Perl et al (not to be confused with CTAN which is for TeX, nor CSPAN which rarely deals with computer software). The files of</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-2.Perl/Tk和Tkperl有什么…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50946.html</link>
    <description>原文： 2. What is the difference between perl/Tk and Tkperl? [OBSOLETE; move to historical section.] TkPerl was originally the name of a (now unsupported) perl 4 package that Malcolm Beattie mailto:mbeattie@sable.ox.ac.uk at Oxford University gave t</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-3.编译安装Perl/Tk是否需…</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50945.html</link>
    <description>原文： 3. Do I need Tcl/Tk in order to build Perl/Tk? Short answer: No not at all. Perl/Tk is completely independent of Tcl/Tk. Longer answer: In order to build Perl/Tk from source code you do need a recent version of perl, the perl/Tk source code k</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>
<item>
    <title>Perl/TkFAQ-10.6.如何设置绑定</title>
    <link>/html/linux/xitongguanli/Perlbiancheng/20071030/50944.html</link>
    <description>原文： 10.6. How do I add bindings? On Fri, 15 Sep 95 10:30:56 BST Nick Ing-Simmons Nick.Ing-Simmons@tiuk.ti.com writes: Re: Multiple binds to a single widget?**************************************On Thu, 14 Sep 1995 14:57:54 -0400Alain St astdenis@</description>
    <pubDate>2007-10-30</pubDate>
    <category>Perl编程</category>
    <author>perl</author>
    <comments>Linux宝库</comments>
</item>

</channel>
</rss>
