<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>微米天空 &#187; perl</title>
	<atom:link href="http://www.micronsky.com/tag/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.micronsky.com</link>
	<description>人，因思则变。</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:18:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>关于Perl的几点：多行注释，REF函数，类的初始化</title>
		<link>http://www.micronsky.com/2010/03/%e5%85%b3%e4%ba%8eperl%e7%9a%84%e5%87%a0%e7%82%b9%ef%bc%9a%e5%a4%9a%e8%a1%8c%e6%b3%a8%e9%87%8a%ef%bc%8cref%e5%87%bd%e6%95%b0%ef%bc%8c%e7%b1%bb%e7%9a%84%e5%88%9d%e5%a7%8b%e5%8c%96/</link>
		<comments>http://www.micronsky.com/2010/03/%e5%85%b3%e4%ba%8eperl%e7%9a%84%e5%87%a0%e7%82%b9%ef%bc%9a%e5%a4%9a%e8%a1%8c%e6%b3%a8%e9%87%8a%ef%bc%8cref%e5%87%bd%e6%95%b0%ef%bc%8c%e7%b1%bb%e7%9a%84%e5%88%9d%e5%a7%8b%e5%8c%96/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 14:49:13 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[program]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=588</guid>
		<description><![CDATA[多行注释：
perl没有多行注释，可以用下面代替：
=pod
代码行;
.
.
.
代码行;
=cut
关于ref函数：
 ref EXPR
 ref     Returns a non-empty string if EXPR is a reference, the empty
         string otherwise. If EXPR is not specified, $_ will be used. The
         value returned depends on the type of thing the reference is a
          [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2010/03/%e5%85%b3%e4%ba%8eperl%e7%9a%84%e5%87%a0%e7%82%b9%ef%bc%9a%e5%a4%9a%e8%a1%8c%e6%b3%a8%e9%87%8a%ef%bc%8cref%e5%87%bd%e6%95%b0%ef%bc%8c%e7%b1%bb%e7%9a%84%e5%88%9d%e5%a7%8b%e5%8c%96/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error &#8211; expat.h: No such file or directory</title>
		<link>http://www.micronsky.com/2010/02/error-expat-h-no-such-file-or-directory/</link>
		<comments>http://www.micronsky.com/2010/02/error-expat-h-no-such-file-or-directory/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:03:56 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=570</guid>
		<description><![CDATA[While trying to get a perl utility working, I had to install a bunch of prerequisite perl modules on my CentOS 5 VPS.  One requirement was XML::Parser.  However when I tried to install it like so:
[root@localhost]perl -MCPAN -e shell
cpan install XML::Parser
I received errors with the below being  [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2010/02/error-expat-h-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>cpan 更新 中国镜像 加速安装模块[zt]</title>
		<link>http://www.micronsky.com/2010/01/cpan-%e6%9b%b4%e6%96%b0-%e4%b8%ad%e5%9b%bd%e9%95%9c%e5%83%8f-%e5%8a%a0%e9%80%9f%e5%ae%89%e8%a3%85%e6%a8%a1%e5%9d%97zt/</link>
		<comments>http://www.micronsky.com/2010/01/cpan-%e6%9b%b4%e6%96%b0-%e4%b8%ad%e5%9b%bd%e9%95%9c%e5%83%8f-%e5%8a%a0%e9%80%9f%e5%ae%89%e8%a3%85%e6%a8%a1%e5%9d%97zt/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 07:19:36 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=541</guid>
		<description><![CDATA[使用cpan，大概进去后，help一下就会用。
但是今天想安装Chart::OFC的时候还是碰到问题。
不知道为什么我的一台老的rhel3的系统里的urllist竟然是ftp://cpan.cse.msu.edu/，半天一个i Chart::OFC的命令也没有反应，速度太慢了，后来查了一下那个大学是密歇根州立大学，好偏远，于是必须更新一下urllist，但是我又忘了怎么更新了。
好在网上找到个帖子(http://mail.pm.org/pipermail/china-pm/2007-August/001002.html)告诉了我，转到如下：
你无需手工修改  [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2010/01/cpan-%e6%9b%b4%e6%96%b0-%e4%b8%ad%e5%9b%bd%e9%95%9c%e5%83%8f-%e5%8a%a0%e9%80%9f%e5%ae%89%e8%a3%85%e6%a8%a1%e5%9d%97zt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl 的 html 解析模块</title>
		<link>http://www.micronsky.com/2009/12/perl-%e7%9a%84-html-%e8%a7%a3%e6%9e%90%e6%a8%a1%e5%9d%97/</link>
		<comments>http://www.micronsky.com/2009/12/perl-%e7%9a%84-html-%e8%a7%a3%e6%9e%90%e6%a8%a1%e5%9d%97/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 07:11:01 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[program]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=530</guid>
		<description><![CDATA[HTML::TreeBuilder
这个解析模块使用了强大的 HTML::Element 模块。解析时，HTML::TreeBuilder模块把整个 html 文档转换成了 perl 的数据结构，可以进行任意的操作。
使用时先创建一个 HTML::TreeBuilder 对象。
use Data::Dumper qw(Dumper);
$Data::Dumper::Indent = 1;
use HTML::TreeBuilder;
my $tree = new HTML::TreeBuilder;
直接向 HTML::TreeBuilder 传递文件好像会把中文转换成 unicode  [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2009/12/perl-%e7%9a%84-html-%e8%a7%a3%e6%9e%90%e6%a8%a1%e5%9d%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用perl脚本抓取网页总结</title>
		<link>http://www.micronsky.com/2009/12/%e4%bd%bf%e7%94%a8perl%e8%84%9a%e6%9c%ac%e6%8a%93%e5%8f%96%e7%bd%91%e9%a1%b5%e6%80%bb%e7%bb%93/</link>
		<comments>http://www.micronsky.com/2009/12/%e4%bd%bf%e7%94%a8perl%e8%84%9a%e6%9c%ac%e6%8a%93%e5%8f%96%e7%bd%91%e9%a1%b5%e6%80%bb%e7%bb%93/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 07:10:00 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[program]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=528</guid>
		<description><![CDATA[使用perl实现网页抓取，对网络蜘蛛的初步尝试。
环境
windows xp，IIS，perl 5.88，CMD
使用到的模块
use LWP::Simple; 用来得到网页
use  HTML::HeadParser; 对部分进行解析，得到标题、编码、关键词等
use HTML::FormatText::WithLinks;  将html变成文本可读样式
use Encode qw/encode decode/;  [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2009/12/%e4%bd%bf%e7%94%a8perl%e8%84%9a%e6%9c%ac%e6%8a%93%e5%8f%96%e7%bd%91%e9%a1%b5%e6%80%bb%e7%bb%93/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>perl&#8211;模块安装方法和常用模块</title>
		<link>http://www.micronsky.com/2009/12/perl-%e6%a8%a1%e5%9d%97%e5%ae%89%e8%a3%85%e6%96%b9%e6%b3%95%e5%92%8c%e5%b8%b8%e7%94%a8%e6%a8%a1%e5%9d%97/</link>
		<comments>http://www.micronsky.com/2009/12/perl-%e6%a8%a1%e5%9d%97%e5%ae%89%e8%a3%85%e6%96%b9%e6%b3%95%e5%92%8c%e5%b8%b8%e7%94%a8%e6%a8%a1%e5%9d%97/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 07:08:08 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[program]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=525</guid>
		<description><![CDATA[CPAN（Comprehensive　Perl　Archive　Network）是internet上Perl模块最大的集散地，包含了现今公布的几乎所有的perl模块。网址：http://www.cpan.org/　
而http://search.cpan.org/，可以查找任何一个模块并提供下载
Linux/Unix&#8212;perl模块的安装方法
Linux/Unix下安装Perl模块有两种方法：手工安装和自动安装。第一种方法是从CPAN上下载您需要的模块，手工编译、安装。第二种方法是联上internet，使用一个叫做CPAN的模块自动完成下载、编译、安装的全过程。
A.        [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2009/12/perl-%e6%a8%a1%e5%9d%97%e5%ae%89%e8%a3%85%e6%96%b9%e6%b3%95%e5%92%8c%e5%b8%b8%e7%94%a8%e6%a8%a1%e5%9d%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>perl中使用递归遍历目录[zt]</title>
		<link>http://www.micronsky.com/2009/12/perl%e4%b8%ad%e4%bd%bf%e7%94%a8%e9%80%92%e5%bd%92%e9%81%8d%e5%8e%86%e7%9b%ae%e5%bd%95zt/</link>
		<comments>http://www.micronsky.com/2009/12/perl%e4%b8%ad%e4%bd%bf%e7%94%a8%e9%80%92%e5%bd%92%e9%81%8d%e5%8e%86%e7%9b%ae%e5%bd%95zt/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 14:41:49 +0000</pubDate>
		<dc:creator>东木</dc:creator>
				<category><![CDATA[program]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://www.micronsky.com/?p=520</guid>
		<description><![CDATA[perl自带的函数远不及php多，但功能确实很强大，实现起来也只有几行代码。
perl中的目录操作函数有：
1。mkdir 函数
     调用语法：mkdir (dirname, permisions)
     dirname：将要创建的目录名，可以为字符串或表达式。
     permisions：八进制数，指定目录的访问权限。其值和意义如下：
        权限值                权限
        4000                  运行时设置用户 ID
        2000                  运行时设置组 ID
         [...]]]></description>
		<wfw:commentRss>http://www.micronsky.com/2009/12/perl%e4%b8%ad%e4%bd%bf%e7%94%a8%e9%80%92%e5%bd%92%e9%81%8d%e5%8e%86%e7%9b%ae%e5%bd%95zt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

