<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>perl</title>
<link>/html/jiaobenbiancheng/perl/index.html</link>
<description>脚本编程 / perl</description>
<language>zh-cn</language>
<generator>copy right @ 百家拳软件项目研究室 2007 &lt;a href=&quot;http://www.miibeian.gov.cn/&quot;&gt;辽ICP备07011763&lt;/a&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://js.users.51.la/1150523.js&quot;&gt;&lt;/script&gt;</generator>
<webmaster>admin@100jq.com</webmaster>
<item>
    <title>cgi中的邮件发送器2</title>
    <link>/html/jiaobenbiancheng/perl/20071208/1706.html</link>
    <description>#读入附件信息 if($AttachNum ne ){ @AttachFileName=split(/;/,$AttachFile);} use Sender; $Send = new Sender({from=$From, smtp=$SmtpSever}); if ( !( ref $Sender) =~ /Sender/i ) { die $Sender::Error; } $Send-OpenMultipart({to=$To, subject=$Subject, repl</description>
    <pubDate>2007-12-08</pubDate>
    <category>perl</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>cgi中的邮件发送器1</title>
    <link>/html/jiaobenbiancheng/perl/20071208/1705.html</link>
    <description>#!/usr/bin/perl #以二进制模式传送附件。 binmode(STDIN); binmode(STDOUT); binmode(STDERR); #sender.pm模块位置 $ProgDir=c:\httpd\htdocs\cgi-bin\clmail; #附件目录 $AttachDir=c:\worktemp; #发信按钮图像 $MailButton='http://127.0.0.1/mailimage/mail_b</description>
    <pubDate>2007-12-08</pubDate>
    <category>perl</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>Perl聊天室实例</title>
    <link>/html/jiaobenbiancheng/perl/20071208/1704.html</link>
    <description>1、 聊天室 源代码： (一) #!/usr/bin/perl # 根据说明修改以下设置 $saysback = #ffffff; #最新发言的背景 $saysword = #000000; #最新发言字色 $loginword = #ff0000; #进入公告的字色 $logoutword = #ff0000; #离开公告的字色 $onlineback = #FFFFcc; #Online区的背</description>
    <pubDate>2007-12-08</pubDate>
    <category>perl</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>测试mod_perl模块</title>
    <link>/html/jiaobenbiancheng/perl/20071208/1702.html</link>
    <description>测试mod_perl模块 启动apache #telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 输入get Head /http /1.0 HTTP/1.1 400 Bad Request Date: Wed, 25 Dec 2002 03:32:32 GMT Server: Apache/1.3.27 (Unix) mod_perl/1.27 ok,</description>
    <pubDate>2007-12-08</pubDate>
    <category>perl</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>操作系统比对脚本[inststuff.pl]</title>
    <link>/html/jiaobenbiancheng/perl/20071208/1701.html</link>
    <description>#!/usr/bin/perl -w ########################################################################### # Global definitions ########################################################################### use Getopt::Long; $rsync=/usr/local/bin/rsync; $ssh=/usr/</description>
    <pubDate>2007-12-08</pubDate>
    <category>perl</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>用Perl语言进行Socket编程</title>
    <link>/html/jiaobenbiancheng/perl/20071208/1700.html</link>
    <description>网络编程是一门神秘且复杂的艺术，当然也十分有趣。Perl语言提供了丰富的TCP/IP网络函数，所有这些函数都 直接来源于C语言的socket库函数. 由于Perl语言和C语言的socket库函数在型式和使用方法上都是一样的，因此会使用Perl语言进行Socket编程, 当 然也就会使用C语言进</description>
    <pubDate>2007-12-08</pubDate>
    <category>perl</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>Perl/TkFAQ如何使用某个组件来完成某个工作</title>
    <link>/html/jiaobenbiancheng/perl/20071208/1699.html</link>
    <description>如何使用某个组件来完成某个工作？ 通过使用Perl/Tk的各种组件，并进行必要的配置和绑定，可以实现很多功能。当然，也有少数的一些无法完成或需要一定的技巧才能完成。建议初学Tk的朋友仔细的学习和试用UserGuide.pod中的例程。在下面的讲解中，我们也会谈到其中的一些</description>
    <pubDate>2007-12-08</pubDate>
    <category>perl</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>Windows2003+Apache+mod_perl安装方法</title>
    <link>/html/PHP/phpjiaocheng/20071106/244.html</link>
    <description>1. 安装Apache ( http://httpd.apache.org) )和 ActiveState Perl ( http://www.activestate.com/ )。 2. 安装mod_perl。 ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl.ppd 安装完毕之后会提示输入Apache的路径，输入类似于 D:/Apache2/modules。 3</description>
    <pubDate>2007-11-06</pubDate>
    <category>php教程</category>
    <author>charlee</author>
    <comments>http://tech.idv2.com/2006/03/25/windows-apache-mod</comments>
</item>
<item>
    <title>Perl DBI连接MySQL数据库</title>
    <link>/html/jiaobenbiancheng/perl/20071021/62.html</link>
    <description>Perl中一个最酷的模块就是Perl数据库接口(Perl Database Interface，简称DBI)。通过提供一系列在内部上能够转化成原始调用函数的功能，DBI模块为很多不同的数据库提供了一个统一的接口。由此，使用Perl就可以很容易地利用数据库和建立动态Web网页。 当前， MySQL 是广</description>
    <pubDate>2007-10-21</pubDate>
    <category>perl</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>Perl DBI 入门</title>
    <link>/html/jiaobenbiancheng/perl/20071021/61.html</link>
    <description>本文是以 Perl DBI Examples 为蓝本，配合 DBMaker 好学易用的特性，以及几个浅显易懂的例 子，希望能够一步步地带领使用者学习 Perl DBI modules 存取 DBMaker 资料库的方法。而原作者 撰写主要原动力是希望藉由这篇文章的问世，以降低 DBI mailing list 中一再重出现</description>
    <pubDate>2007-10-21</pubDate>
    <category>perl</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>Python的几个文字处理技巧</title>
    <link>/html/jiaobenbiancheng/perl/20071020/34.html</link>
    <description>1、如果获取邮件地址？ 我们分析邮件的时候，从From和To头信息中会提取到类似DIrk Ye 的邮件地址，如果我们需要只保留完整的EMail地址，可能需要正则表达式来提取，由于邮件格式的多样性，可能比较麻烦。 Python 提供了一个工具函数，可以方便的使用： import email.Ut</description>
    <pubDate>2007-10-20</pubDate>
    <category>perl</category>
    <author>dirkye</author>
    <comments>dirkye</comments>
</item>
<item>
    <title>Perl基础指南</title>
    <link>/html/jiaobenbiancheng/perl/20071019/11.html</link>
    <description>过去十年来，Perl一直是最常用的脚本语言，这为它赢得了基本网络语言的名声。如果您还未有机会了解与Perl有关的一切，这篇指导性的文章就是一个开始。Perl是一种高级编译程序语言，它建立在C语言、shell脚本语言和awk与sed这类工具之上。它以那些脚本语言的替代产品而</description>
    <pubDate>2007-10-19</pubDate>
    <category>perl</category>
    <author>Builder.com.cn</author>
    <comments>Builder.com.cn</comments>
</item>
<item>
    <title>使用Perl修改Linux文件</title>
    <link>/html/jiaobenbiancheng/perl/20071019/10.html</link>
    <description>当你编写脚本或是安装程序的时候，就需要修改特定文件的数据，如果这时有自动修改文件的功能，那将会是非常实用的。例如，当你需要移动一个文件中的某个字符串或是命令，当你要改变许多文件的IP地址的时候，这个功能就可以拿来利用了。 手动改变这些文件会耗费很长的时</description>
    <pubDate>2007-10-19</pubDate>
    <category>perl</category>
    <author>TechRepublic</author>
    <comments>TechRepublic</comments>
</item>

</channel>
</rss>
