Lighttpd + mod_cgi + python+Perl简单配置
一、安装Lighttpd配置 二、vi /usr/local/lighttpd/etc/lighttpd.conf 1、"mod_cgi",去掉前面的# 2、index-file.names = ( &q[......]
Tags: Lighttpd, Perl一、安装Lighttpd配置 二、vi /usr/local/lighttpd/etc/lighttpd.conf 1、"mod_cgi",去掉前面的# 2、index-file.names = ( &q[......]
Tags: Lighttpd, Perl原文:http://www.hiadmin.com/?p=1357 调试有两种方法 一种是使用调试器.从内存里面抓出你感兴趣的变量 观察变量和过程调用 这个方法不会干扰到代码 但是一般大家都不太喜欢用这个 因为[......]
Tags: Perl制作:高进波
时间:2009-09-15
使用PERL工具执行全局搜索和替换,功能非常强大,可对文件进行批量查找替换.
1.选项-e,执行-e后面的代码
打印hello world
perl -e ‘print “hell[......]