<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Cgi/Perl</title>
<link>/edu/wlbc/cgi/index.html</link>
<description>站长学院 / 网络编程 / Cgi/Perl</description>
<language>zh-cn</language>
<generator>Copyright &amp;#169; 2007 - 2008 www.Czz5.com All Rights Reserved&lt;br/&gt;
投稿信箱:c-xiumu@163.com 责任主编QQ:123000117 咨询热线:0416-7500341&lt;br/&gt;</generator>
<webmaster>c-xiumu@163.com</webmaster>
<item>
    <title>perl的5个常见错误</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080929/6437.html</link>
    <description>最近在用perl+mdbm+spread做东西。 php是用了很久了,python和ruby与用过,经典脚本语言就perl没摸过，现在在像小学生一样抱着教科书啃。 发现perl果然有难度多了。别的东西没让我这么频繁地犯错</description>
    <pubDate>2008-09-29</pubDate>
    <category>Cgi/Perl</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>使用脚本下载网页</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080407/885.html</link>
    <description>//TheURLtodownload varurl=http://www.aboutnt.com/default.htm //CreateinstanceofInetControl inet=newActiveXObject(InetCtls.Inet); //Setthetimeoutproper</description>
    <pubDate>2008-04-07</pubDate>
    <category>Cgi/Perl</category>
    <author>中国站长网</author>
</item>
<item>
    <title>本地调试PERL CGI程序</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080407/884.html</link>
    <description>要在自己的平台上调试PERL CGI程序，以中文Win98为例，需要做以下几项工作： 1. 安装、设置TCP/IP协议 2. 安装、设置Web服务器 3. 安装PERL for Win32 详细介绍</description>
    <pubDate>2008-04-07</pubDate>
    <category>Cgi/Perl</category>
    <author>中国站长网</author>
</item>
<item>
    <title>利用Perl开发Internet/Intranet</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080407/883.html</link>
    <description>---- 1 Perl5.0的某些语法 ----为了方便大家对后面内容的理解，在这里先介绍一些perl5.0的基础知识。 ----1）变量（对象）的表示方法：前面以$打头，如:$db,$bc</description>
    <pubDate>2008-04-07</pubDate>
    <category>Cgi/Perl</category>
    <author>中国站长网</author>
</item>
<item>
    <title>CGI绝对路径和相对路径的简便设置方法</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080328/645.html</link>
    <description>很多的cgi程序的绝对路径和相对路径都可以可采用相对的形式来书写: 本地路径: 如:$cgidir=/home1/yishan/public_html/cgi-bin/; 可写成:$cgidir=../cgi-bin/; 当</description>
    <pubDate>2008-03-28</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>在CGI中实现session的想法和实现</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080328/644.html</link>
    <description>对于客户端的每一次登陆，在服务器生成一个session,作为一个文件存储在服务器上，例如在/tmp下。 文件命名为sess_开头，在加上一个随机的字符串，这个字符串称之</description>
    <pubDate>2008-03-28</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>获取随机的密码</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080328/643.html</link>
    <description>show.pl #!/usr/bin/perl printContent-type:text/htmlnn; printhtmln; printheadmetahttp-equiv=Content-Typecontent=text/html;charset=gb2312n; printhea</description>
    <pubDate>2008-03-28</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>CGI的安全（二）</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080328/642.html</link>
    <description>缺省情况下，下面的全局选项这样设置: OptionsIndexesFollowSymLinks 当URL指定的目录里没有要查找的文件时，Indexes允许你指定一个文件。缺省情况下，这个变量</description>
    <pubDate>2008-03-28</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>CGI的安全(一)</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080328/641.html</link>
    <description>目录： 1.基本的安全问题 1-1.操作系统 1-2.增强服务器的安全 1-2-1.你应该在什么地方放置你的CGI程序? 1-2-2.SSI(Server-SideIncludes) 1-2-3.增强你的Unix服</description>
    <pubDate>2008-03-28</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：13 设置口令</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/427.html</link>
    <description>设置口令 CGI的一个有趣的特征是即使任何用户都能执行它们，但却没有办法在屏幕上显示她们。这意味着可以做一个口令脚本： #********BEGINBODY************** if</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：12 代码详解</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/426.html</link>
    <description>代码详解 #*********BEGINBODY******************** open(LOGFILE,guestbook.log); $newline=join(::,@value); printLOGFILE($newlinen); closeLOGFILE; printB</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：11 写文件</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/425.html</link>
    <description>写文件 下面我们建立一个允许访问者输入信息到留言板的页面文件。 留言板程序一般原则email，因为信息存储在数据库中意味着它可以被存储、过滤、管理和输出。 要</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：10 email子过程</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/424.html</link>
    <description>email子过程 #*****************BEGINBODY************* printh1Thankyouforfillingouttheform/h1; $firstname=$value[0]; $lastname=$value[1]; $email=$value</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：9 BODY部分</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/423.html</link>
    <description>Cgi入门教程之：9BODY部分 BODY部分 #*****************BEGINBODY************* printh1Thankyouforfillingouttheform/h1; $firstname=$value[0]; $lastname=$v</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：8 脚本解释</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/422.html</link>
    <description>现在让我们看看这段代码。 #!/usr/local/bin/perl # readparse; printContent-type:text/htmlnn; #*****************BEGINBODY************* ----------------</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：7 回应脚本</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/421.html</link>
    <description>回应脚本 这段脚本将显示输入到HTMLFORM中的文本。它是一个信息如何传递给你的程序的简单的例子。既然你现在已经有了一个有着正确的Perl和Senmail的路径的templa</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：6 HTML FORM</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/420.html</link>
    <description>这页很简单-建立一个用户可以输入信息的基本的form。form顶部的FORM标记符有两个参数：ACTION=path/to/myscript.cgi和METHOD=post。 把这个文件保存在perltour文</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：5 Perl简介</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/419.html</link>
    <description>Perl简介 准备模板 在你的PC或Mac上建立一个文件夹-perltour。 点击这里下载模板文件-template.txt。把它保存到perltour文件夹中。 在你最喜欢的文本编辑器中打</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：4 使用Emacs</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/418.html</link>
    <description>使用Emacs 当我已经有一个很好的PC上的图形界面的面向鼠标的编辑器时，为什么我还想要一个基于文本的编辑器呢？答案是Emacs运行在你的Unix平台上，所以可以方便</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：3 定位Perl和sendmail</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/417.html</link>
    <description>定位Perl和sendmail 定位Perl程序 每个Perl程序指明Perl在系统中的位置。于是外部的网页可以知道执行什么程序和去哪找它。 从命令行提示符敲入whichperl然后按回</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Cgi入门教程之：2 chmod命令</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/416.html</link>
    <description>chmod命令 创建CGI程序时，需要改变其访问权限以便能从网页中执行之。我们用chmod命令实现这个目的。chmod命令有两个参数-谁拥有权限和他们将拥有哪些权限。 1.</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>CGI教学:CGI常用环境变量</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080325/415.html</link>
    <description>环境变量说明 QUERY_STRING传递给程式的query资讯 REMOTE_HOST使用者发出request的远端host名称 REMOTE_ADDR使用者发出request的远端IP位址 AUTH_TYPE用来确定使</description>
    <pubDate>2008-03-25</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>网络程序员需要掌握的10个有用的Perl模块</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080322/115.html</link>
    <description>你可能已经知道，Perl综合典藏网（Comprehensive Perl Archive Network，CPAN）上有很多现成的Perl模块，能够让开发人员高效地完成常见任务。CPAN在网络编程上</description>
    <pubDate>2008-03-22</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>进行加密与认证的最有用的10个Perl模块</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080322/114.html</link>
    <description>随着互联网及其支持的应用变得更为普及，在线安全变得越来越重要。加密与认证成为大多数网站的必要步骤，同时，用户也希望他们使用的工具提供强大的安全功能。</description>
    <pubDate>2008-03-22</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>用Perl动态建立ZIP压缩文件</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080322/113.html</link>
    <description>Perl提供大量处理不同文件格式的内置函数和外来模块。特别是，它可以通过Archive::Zip模块，动态建立和阅读ZIP压缩文件，而不必依赖外来工具和实用工具。本教程</description>
    <pubDate>2008-03-22</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>
<item>
    <title>Perl语言编程特殊技巧</title>
    <link>http://czz5.com/edu/wlbc/cgi/20080322/112.html</link>
    <description>Perl语言因其能够用较少的空间表达复杂的命令而出名，本文将探讨perl语言是如何实现这些功能。 我们将从一个最简单的小程序开始，它的功能是从键盘输入字符，然</description>
    <pubDate>2008-03-22</pubDate>
    <category>Cgi/Perl</category>
    <author>秩名</author>
</item>

</channel>
</rss>
