2009年5月2日星期六

[PerlChina] Re: cgi::application 如何处理url参数?

貌似要在setup里的mode_param指定使用path_info,或者::Dispatch,或者用http服务器的rewrite之类的
param要$self->query()->param()

2009/5/3 xu zhou <redicaps@gmail.com>:
> 比如foo.com?rm=edit&id=5
> 通过runmode转化成什么形式?
> 是 foo.com/edit?id=5
> 为何我通过 $self->param()不能获得任何url参数?
> --
> Xu Zhou
> Tju->PMO->Where?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

[PerlChina] cgi::application 如何处理url参数?

通过runmode转化成什么形式?
为何我通过 $self->param()不能获得任何url参数?

--
Xu Zhou
Tju->PMO->Where?

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
 要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
 要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛

-~----------~----~----~----~------~----~------~--~---

[PerlChina] Re: 编写提取染色体CDS的问题

只要CDS的话,直接去UCSC下载就好了,这里要什么有什么。

http://hgdownload.cse.ucsc.edu/goldenPath/hg19/bigZips/

bioperl够你研究半个月了,
如果不是非常需要设计复杂的序列分析程序的话,还是直接下现成的好。

Jie Zhou
Department of Human Genetics,
Institute of Genomics and Systems Biology,
University of Chicago
920 East 58th Street, CLSC 431
Chicago, IL 60637



2009/5/2 Jie Zhou <jiezhou@uchicago.edu>
只要CDS的话,直接去UCSC下载就好了,这里要什么有什么。

http://hgdownload.cse.ucsc.edu/goldenPath/hg19/bigZips/

bioperl够你研究半个月了,如果不是非常需要设计复杂的序列分析程序的话,还是直接下现成的好。

Best,
Jie Zhou
Department of Human Genetics,
Institute of Genomics and Systems Biology,
University of Chicago
920 East 58th Street, CLSC 431
Chicago, IL 60637



2009/5/2 Zhen Li <yaleon.lee@gmail.com>

这么多生物的啊。。。

2009/4/24 空格 <ribozyme2004@gmail.com>

其实如果只是要cds序列而且基因组不是很怪异的话。网上有很好的注释好的数据库。
比如这个:
http://www.biomart.org/biomart/martview/7178ef1118712fec84bc18e808e0811a

直接可以得到ensembl测序的几十种基因组的cds exon intron promotor sequence等等以及相关的注释。

从工作效率的角度考虑,建议楼主还是研究一下怎么从这里下载数据。当然如果想学习一下Perl还是研究一下代码吧。
呵呵。。。。


On 4月23日, 下午8时52分, guo <sczz...@126.com> wrote:
> 我在windows上下载安装了activeperl,想编写给程序把人类染色体序列上的编码区也就是CDS给提取出来。有朋友说用bioperl模块
> 来编程效率更高。可是我不会用。自己试着使用ppm来安装bioperl也没有成功。
> 现在主要是想请教一下,有没有人会bioperl,或者activperl的,能不能帮我写一个程序来把人类染色体序列中的CDS提取出来。
> 染色体序列我已经从NCBI上下载下来了。就是不知道如何编写程序。请教高手。
> 即使程序付费,我也愿意。
> 希望广大perl友帮忙。







--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
 要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
 要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛

-~----------~----~----~----~------~----~------~--~---

[PerlChina] Re: 编写提取染色体CDS的问题

这么多生物的啊。。。

2009/4/24 空格 <ribozyme2004@gmail.com>
其实如果只是要cds序列而且基因组不是很怪异的话。网上有很好的注释好的数据库。
比如这个:
http://www.biomart.org/biomart/martview/7178ef1118712fec84bc18e808e0811a

直接可以得到ensembl测序的几十种基因组的cds exon intron promotor sequence等等以及相关的注释。

从工作效率的角度考虑,建议楼主还是研究一下怎么从这里下载数据。当然如果想学习一下Perl还是研究一下代码吧。
呵呵。。。。


On 4月23日, 下午8时52分, guo <sczz...@126.com> wrote:
> 我在windows上下载安装了activeperl,想编写给程序把人类染色体序列上的编码区也就是CDS给提取出来。有朋友说用bioperl模块
> 来编程效率更高。可是我不会用。自己试着使用ppm来安装bioperl也没有成功。
> 现在主要是想请教一下,有没有人会bioperl,或者activperl的,能不能帮我写一个程序来把人类染色体序列中的CDS提取出来。
> 染色体序列我已经从NCBI上下载下来了。就是不知道如何编写程序。请教高手。
> 即使程序付费,我也愿意。
> 希望广大perl友帮忙。



--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
 要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
 要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛

-~----------~----~----~----~------~----~------~--~---

2009年4月30日星期四

[PerlChina] Re: 生产exe文件后,第二次调用子程序时其中的chdir不起作用。请大家来看看

是我Copy時的手誤

-------- Original Message --------
Subject: [PerlChina] Re: 生产exe文件后,第二次调用子程序时其中的chdir不
起作用。请大家来看看
From: raul <annyraul@gmail.com>
To: perlchina@googlegroups.com
Date: 30/4/2009 15:48
> C:\Documents and Settings\Administrator>e:
> E:\>
>
> --
> i'm smallfish, back now. hah...
> blog : http://annyraul.blogspot.com
> old : http://hi.baidu.com/smallfish7788
>
>
> 2009/4/30 agentzh <agentzh@gmail.com <mailto:agentzh@gmail.com>>
>
> 2009/4/30 Xinglu Lin <i@lxl.cn <mailto:i@lxl.cn>>
>
> dos 怎么 cd h:\ 呢?应该是 h:\ 才会转过去。
>
>
> 在我的 WinXP 虚机里的 cmd 终端里:
>
> C:\> cd /d h:\
> H:\>
>
> Cheers,
> -agentzh
>
>
>
>
>
> >

--
Best Regards,
Anthony WU


--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

[PerlChina] Re: SSH::Batch: 把机器集群当作数学集合和区间

2009/4/30 flw <su2admin@gmail.com>
Net::OpenSSH 不支持 windows,挺不爽的。

嗯,OpenSSH 本身不能运行于 Win32 上 :) 好在我极少用 Win32.


我还是很看好 Net::SSH::Perl,性能和移植性都很不错。

嗯, Net::SSH::Perl + fork + timeout 支持 + scp/rsync 支持应该也可以作为 SSH::Batch 的另一个后端 ;) 后面看看有机会尝试一下,呵呵。有趣的是,我们在现实工作中经常要向底层的 ssh 进程传递一些很特殊的参数,所以还需要看看 Net::SSH::Perl 中能否实现这些东西 :)

Cheers,
-agentzh


--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
 要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
 要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛

-~----------~----~----~----~------~----~------~--~---

[PerlChina] Re: SSH::Batch: 把机器集群当作数学集合和区间

Net::OpenSSH 不支持 windows,挺不爽的。
我还是很看好 Net::SSH::Perl,性能和移植性都很不错。

2009/4/24 agentzh <agentzh@gmail.com>:
> 2009/4/23 jesse <newday.jesse@gmail.com>
>>
>> 看了文章,感觉不错,迫不及待地看了下代码,不错!可惜没有环境测试。
>
> 呵呵,多谢 :)
>
> 这个项目我又一次应用了 Test::Base 来组织大部分的测试集,呵呵,同时在 fornodes 表达式解析器中又一次使用一种不基于文法的解析技巧。
>
> 后面的北京小组聚会,很想分享一下这种 awk 行风格结合 lex 风格[1]的语法解析模式[2],呵呵。我已经在 N
> 个项目中使用过了,毕竟日常遇见的大多数"小语言"的语言都足够简单。有机会再分享一下 Perl 里处理更复杂的语言的基于文法的 coding 模式[3].
>
> 关于这个项目中的 SSH 通信与并发,几乎都仰赖强大的 Net::OpenSSH 模块 :)
>
> Cheers,
> -agentzh
>
> [1] 不过这里的 lexing 不是 DFA 语义。
> [2] 这里仅使用 perl 的核心语言结构,不依赖任何 CPAN 模块。
> [3] 这里主要就是滥用 Parse::RecDescent 或者 Parse::Yapp 了 ;)
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

[PerlChina] Re: 生产exe文件后,第二次调用子程序时其中的chdir不起作用。请大家来看看

C:\Documents and Settings\Administrator>e:
E:\>

--
i'm smallfish, back now. hah...
blog : http://annyraul.blogspot.com
old   : http://hi.baidu.com/smallfish7788


2009/4/30 agentzh <agentzh@gmail.com>
2009/4/30 Xinglu Lin <i@lxl.cn>

dos 怎么 cd h:\ 呢?应该是 h:\ 才会转过去。

在我的 WinXP 虚机里的 cmd 终端里:

C:\> cd /d h:\
H:\>

Cheers,
-agentzh





--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
 要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
 要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛

-~----------~----~----~----~------~----~------~--~---

[PerlChina] Re: 生产exe文件后,第二次调用子程序时其中的chdir不起作用。请大家来看看

2009/4/30 Xinglu Lin <i@lxl.cn>
dos 怎么 cd h:\ 呢?应该是 h:\ 才会转过去。

在我的 WinXP 虚机里的 cmd 终端里:

C:\> cd /d h:\
H:\>

Cheers,
-agentzh

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
 要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
 要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛

-~----------~----~----~----~------~----~------~--~---

[PerlChina] Re: 生产exe文件后,第二次调用子程序时其中的chdir不起作用。请大家来看看

dos 怎么 cd h:\ 呢?应该是 h:\ 才会转过去。

2009/4/30 Anthony WU <anthonywuy2k@gmail.com>
你好,你具體的情況是map driver 的時候,系統在調用
system ("net use H: \"\\\\cfs\\test\\$_[0]\" >nul");
時未"即時"把 network map 上而導致
chdir ('H:');
轉目錄失敗,嘗試在chdir之前加上延時再測試吧……

你可以在cmd下使用
cd c:\
net use H: /delete /yes
net use H: "\\cfs\test\TUFF"
cd h:\
dir
cd c:\
net use H: /delete /yes
net use H: "\\cfs\test\TUFF"
cd h:\
dir
看看…測試結果也是一樣不能轉到 H: 的


-------- Original Message --------
Subject: [PerlChina] 生产exe文件后,第二次调用子程序时其中的chdir不起作
用。请大家来看看
From: abc_tang <tang_tq@yahoo.com>
To: PerlChina Mongers 讨论组 <perlchina@googlegroups.com>
Date: 28/4/2009 21:39
> 程序有使用了两次子程序map_hd来建立映射盘。程序经过perlapp 生产exe后,第一次调用map_hd("TUFF") 没有问题,可以建
> 立映射,并进入指定目录; 第二次 map_hd("\\$recp_name\\$location")只能建立映射,但是一直不能chdir H,
> 进入不到指定目录。请问这段程序有什么问题啊?
>
> 在用perl Name 来执行pl时,却是什么问题都没有。
> 难道是一个bug么?
>
> (最后采用了个笨方法来绕过问题:control+C,control+V了map_hd子程序,改了个名字,给第二次调用使用)
>
> map_hd("TUFF");
> chdir ("\\$location") or die ("$!");
> @File = glob("*");
>
> for $file_name(@File) #get data
> {
>        get_match($file_name); #get parameter from file
> }
>
> for $file_name (@File)
> {
>        for my $recp_name (keys %{$H_gm{$file_name}}) {
>          if ($H_gm{$file_name}{$recp_name} eq "MC") #get MC name
>          {  print ("$recp_name\n");
>             map_hd("\\$recp_name\\$location");
>             system ("dir");
>          }
>       }
>      }
>
> sub map_hd                                         #map HDD;
> {
>   chdir ("D:"); #change back
>   system ("net use H: /delete /yes >nul");
>   system ("net use H: \"\\\\cfs\\test\\$_[0]\" >nul");
>   chdir ('H:');
> }
> >
>

--
Best Regards,
       Anthony WU

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
 要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
 要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛

-~----------~----~----~----~------~----~------~--~---

2009年4月29日星期三

[PerlChina] Re: 生产exe文件后,第二次调用子程序时其中的chdir不起作用。请大家来看看

你好,你具體的情況是map driver 的時候,系統在調用
system ("net use H: \"\\\\cfs\\test\\$_[0]\" >nul");
時未"即時"把 network map 上而導致
chdir ('H:');
轉目錄失敗,嘗試在chdir之前加上延時再測試吧……

你可以在cmd下使用
cd c:\
net use H: /delete /yes
net use H: "\\cfs\test\TUFF"
cd h:\
dir
cd c:\
net use H: /delete /yes
net use H: "\\cfs\test\TUFF"
cd h:\
dir
看看…測試結果也是一樣不能轉到 H: 的


-------- Original Message --------
Subject: [PerlChina] 生产exe文件后,第二次调用子程序时其中的chdir不起作
用。请大家来看看
From: abc_tang <tang_tq@yahoo.com>
To: PerlChina Mongers 讨论组 <perlchina@googlegroups.com>
Date: 28/4/2009 21:39
> 程序有使用了两次子程序map_hd来建立映射盘。程序经过perlapp 生产exe后,第一次调用map_hd("TUFF") 没有问题,可以建
> 立映射,并进入指定目录; 第二次 map_hd("\\$recp_name\\$location")只能建立映射,但是一直不能chdir H,
> 进入不到指定目录。请问这段程序有什么问题啊?
>
> 在用perl Name 来执行pl时,却是什么问题都没有。
> 难道是一个bug么?
>
> (最后采用了个笨方法来绕过问题:control+C,control+V了map_hd子程序,改了个名字,给第二次调用使用)
>
> map_hd("TUFF");
> chdir ("\\$location") or die ("$!");
> @File = glob("*");
>
> for $file_name(@File) #get data
> {
> get_match($file_name); #get parameter from file
> }
>
> for $file_name (@File)
> {
> for my $recp_name (keys %{$H_gm{$file_name}}) {
> if ($H_gm{$file_name}{$recp_name} eq "MC") #get MC name
> { print ("$recp_name\n");
> map_hd("\\$recp_name\\$location");
> system ("dir");
> }
> }
> }
>
> sub map_hd #map HDD;
> {
> chdir ("D:"); #change back
> system ("net use H: /delete /yes >nul");
> system ("net use H: \"\\\\cfs\\test\\$_[0]\" >nul");
> chdir ('H:');
> }
> >
>

--
Best Regards,
Anthony WU


--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

2009年4月28日星期二

[PerlChina] 网路无限商机

大家都知道运用网路的便利性及无国界的特性
可以带来及扩大你的商业利益
但如何寻找一个门槛低 容易经营 市场庞大的公司
是最大的关键
个人网域--每个上网的人口拥有一个个人专属的网址 将是不可抵挡的趋势
就像是现代人几乎都拥有手机门号一样
目前全球已注册6000万网址 未来10年内将成长至5亿网址
相对于全球数十亿的上网人口 相信聪明的你 已经看到了你的机会在哪里
我们的商业模式:提供你免费试用七天 七天过后每月固定只要10美元
我们提供你自动化的行销系统与工具 协助发展你的网路事业
公司除了依你的成绩给你应有的报酬之外
另外举办周竞赛 依个人意愿自由参加
让你每周获取数百到数千美金的额外收入
http://www.yesido0210.ws/pic/game2.JPG

这就是我们提供的事业机会
邀请认同且看懂这商机的你 深入了解 谢谢
http://www.yesido0210.ws/Freedom_2WS.htm

We all know that the use of network facilities and the characteristics
of Medecins Sans Frontieres
Can bring and expand your business interests
But how easy to find a low threshold of a huge market for companies
operating
Is the biggest key
Domain of individuals - each of the Internet population has a personal
web site dedicated to the trend is irresistible
Like almost all people have the same phone numbers
The world's 60 million registered Web site the next 10 years will grow
to 500 million Web site
Compared with the billions of the world's online population believe
that the bright you have the opportunity to see where your
Our business model: provide your seven-day free trial as long as seven
days after 10 U.S. dollars per month fixed
We offer you an automated marketing system and tools to facilitate the
development of the cause of your network
In addition according to give you the results you should be outside
the remuneration
Another week of competition held in accordance with the wishes of the
individual to participate freely in
Allows you access to hundreds to thousands per week in additional
revenue of U.S.
http://www.yesido0210.ws/pic/game2.JPG

This is the career opportunities we provide
Invited to identify business opportunities and understand that I would
like to thank you a deeper understanding
http://freedom.ws/yesido0210/
--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

[PerlChina] ACTRESS CHARMI BIG MELON BOOBS-MoRE PICTURES

ACTRESS CHARMI BIG MELON BOOBS-MoRE PICTURES
ACTRESS CHARMI BIG MELON BOOBS-MoRE PICTURES

http://priyasexycollections.blogspot.com
http://priyasexycollections.blogspot.com
http://priyasexycollections.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

[PerlChina] 生产exe文件后,第二次调用子程序时其中的chdir不起作用。请大家来看看

程序有使用了两次子程序map_hd来建立映射盘。程序经过perlapp 生产exe后,第一次调用map_hd("TUFF") 没有问题,可以建
立映射,并进入指定目录; 第二次 map_hd("\\$recp_name\\$location")只能建立映射,但是一直不能chdir H,
进入不到指定目录。请问这段程序有什么问题啊?

在用perl Name 来执行pl时,却是什么问题都没有。
难道是一个bug么?

(最后采用了个笨方法来绕过问题:control+C,control+V了map_hd子程序,改了个名字,给第二次调用使用)

map_hd("TUFF");
chdir ("\\$location") or die ("$!");
@File = glob("*");

for $file_name(@File) #get data
{
get_match($file_name); #get parameter from file
}

for $file_name (@File)
{
for my $recp_name (keys %{$H_gm{$file_name}}) {
if ($H_gm{$file_name}{$recp_name} eq "MC") #get MC name
{ print ("$recp_name\n");
map_hd("\\$recp_name\\$location");
system ("dir");
}
}
}

sub map_hd #map HDD;
{
chdir ("D:"); #change back
system ("net use H: /delete /yes >nul");
system ("net use H: \"\\\\cfs\\test\\$_[0]\" >nul");
chdir ('H:');
}
--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

2009年4月27日星期一

[PerlChina] PREETHI ZINDA HOT CLEAVAGE SCENE IN IPL-T20--SOUTH AFRICA

PREETHI ZINDA HOT CLEAVAGE SCENE IN IPL-T20--SOUTH AFRICA
PREETHI ZINDA HOT CLEAVAGE SCENE IN IPL-T20--SOUTH AFRICA

http://priyasexycollections.blogspot.com
http://priyasexycollections.blogspot.com
http://priyasexycollections.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

[PerlChina] Re: Perl 中文 FAQ Wiki

Yung-chung Lin wrote:
> 各位 Perl 的同好大家好,
>
> 我剛剛在 Wikia 上註冊了一個 Wiki。主題是整理 Perl 常見的問題。
>
> http://zh.perlfaq.wikia.com/
>
> 剛剛起步,有任何建議批評,請不吝指正。
>

整理以前论坛上的常见问题和答案也是一个途经。比如 bbs.perlchina 和
chinaunix 上的。


> 謝謝
>
> p.s. Wikia 的 Ads 的確是相當討厭,有什麼好的 hosting 也請告訴我。

wiki.perlchina.org 可以 host.

>
> Yung-chung Lin

Qiang(James)

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

[PerlChina] Perl 中文 FAQ Wiki

各位 Perl 的同好大家好,

我剛剛在 Wikia 上註冊了一個 Wiki。主題是整理 Perl 常見的問題。

http://zh.perlfaq.wikia.com/

剛剛起步,有任何建議批評,請不吝指正。

謝謝

p.s. Wikia 的 Ads 的確是相當討厭,有什麼好的 hosting 也請告訴我。

Yung-chung Lin
--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---

[PerlChina] EARN $5000-$15000 PER MONTH WITHOUT INVESTMENT

无法查看这则摘要。请 点击此处查看博文。

2009年4月26日星期日

[PerlChina] SEXY AND MODERN NUDE ACTRESS VIDEOS

SEXY AND MODERN NUDE ACTRESS VIDEOS

http://kathriina.blogspot.com

http://kathriina.blogspot.com


http://www.amigos.com/go/g1055727

http://www.amigos.com/go/g1055727
--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛
-~----------~----~----~----~------~----~------~--~---