From hylinux at gmail.com Thu Jun 1 01:39:43 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Thu, 1 Jun 2006 16:39:43 +0800 Subject: [PerlChina] =?gb2312?b?bXkgUGVyc2lvbiAkc2VsZiA9ILXE08O3qA==?= Message-ID: <74646cb40606010139n13d233c0l2f9d6399b7b793b@mail.gmail.com> 今天读到一个例子。 这个里在这里: http://www.pgsqldb.org/twiki/bin/view/Perl/Objects2 代码在这里: package Person; use fields qw(naem race aliases); sub new { my $type = shift; my Person $self = fields::new(ref $type || $type); $self->{name} = "unnamed"; $self->{race} = "unknown"; $self->{aliases} = []; return $self; } sub name { my Person $self = shift; $self->{name} = shift if @_; return $self->{name}; } sub race { my Person $self = shift; $self->{race} = shift if @_; return $self->{race}; } sub aliases { my Person $self = shift; $self->{aliases} = shift if @_; return $self->{aliases}; } 1; 这里的my Persion $self 是什么概念呢? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060601/fe33dfd0/attachment.html From jzhou722 at gmail.com Thu Jun 1 02:54:41 2006 From: jzhou722 at gmail.com (Jie) Date: Thu, 1 Jun 2006 17:54:41 +0800 Subject: [PerlChina] =?gb2312?b?ztK4+LG+v8bJ+snPv87Kscq508O1xNHdyr4=?= References: <001901c684a7$cbdc38d0$6517170a@bell><74646cb40605310534v52642fcv7be0192bd1225a40@mail.gmail.com><74646cb40605310540u23637666w8cc6a9de7e9bffb9@mail.gmail.com> <74646cb40605310542rdd69d14o3ce39df4869fd2b2@mail.gmail.com> Message-ID: <00e401c68561$7d844460$6517170a@bell> 从这个benchmark来看,JAVA似乎还是要比perl快一些的。 http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=perl&lang2=java ----- Original Message ----- From: 黄叶 To: china-pm at pm.org Sent: Wednesday, May 31, 2006 8:42 PM Subject: Re: [PerlChina] 我给本科生上课时使用的演示 确切的说,不比JAVA慢。 ------------------------------------------------------------------------------ _______________________________________________ China-pm mailing list China-pm at pm.org http://mail.pm.org/mailman/listinfo/china-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060601/7e37339c/attachment.html From hylinux at gmail.com Thu Jun 1 04:01:59 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Thu, 1 Jun 2006 19:01:59 +0800 Subject: [PerlChina] =?gb2312?b?ztK4+LG+v8bJ+snPv87Kscq508O1xNHdyr4=?= In-Reply-To: <00e401c68561$7d844460$6517170a@bell> References: <001901c684a7$cbdc38d0$6517170a@bell> <74646cb40605310534v52642fcv7be0192bd1225a40@mail.gmail.com> <74646cb40605310540u23637666w8cc6a9de7e9bffb9@mail.gmail.com> <74646cb40605310542rdd69d14o3ce39df4869fd2b2@mail.gmail.com> <00e401c68561$7d844460$6517170a@bell> Message-ID: <74646cb40606010401l2b6151c2k3a5b5569e302d349@mail.gmail.com> 不知道这么比的环境是什么样子的。 匆匆看过,没注意看。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060601/a9e003ff/attachment.html From shijialee at gmail.com Thu Jun 1 05:53:13 2006 From: shijialee at gmail.com (Qiang ( James ) Li) Date: Thu, 01 Jun 2006 08:53:13 -0400 Subject: [PerlChina] =?gb2312?b?ztK4+LG+v8bJ+snPv87Kscq508O1xNHdyr4=?= In-Reply-To: <001901c684a7$cbdc38d0$6517170a@bell> References: <001901c684a7$cbdc38d0$6517170a@bell> Message-ID: <447EE339.6040206@gmail.com> Jie wrote: > 介绍生物信息学,其中大力鼓吹perl和perlchina... > 演示pdf文件见: > http://homepage.fudan.edu.cn/~jzhou/bioinfo_perl.pdf > > klaus 不错 :) 那个如何学习 Perl 的网上资源应该把 perl.org 也加上去。 Qiang From hylinux at gmail.com Thu Jun 1 06:02:16 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Thu, 1 Jun 2006 21:02:16 +0800 Subject: [PerlChina] =?gb2312?b?09a63MDkx+WjrMC0x+u9zNK7z8JBdXRvU3BsaXQs?= =?gb2312?b?IEF1dG9Mb2FkZXIsIFNlbGZTcGxpdLXIxKO/6bXE08O3qA==?= In-Reply-To: <74646cb40606010040t1e4d8624h1d88e1897a528c31@mail.gmail.com> References: <74646cb40606010040t1e4d8624h1d88e1897a528c31@mail.gmail.com> Message-ID: <74646cb40606010602u5b5fe1f8p258706a85a06b7ae@mail.gmail.com> 明白了AutoSplit和AutoLoader的用法, 也会使用了SelfLoader 但好像听说SelfLoader的效率要差一些, 哪位可以给个明证? 怎么没人顶啊? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060601/b6634271/attachment.html From glumtail at gmail.com Thu Jun 1 06:06:33 2006 From: glumtail at gmail.com (glumtail) Date: Thu, 1 Jun 2006 21:06:33 +0800 Subject: [PerlChina] =?gb2312?b?09a63MDkx+WjrMC0x+u9zNK7z8JBdXRvU3BsaXQs?= =?gb2312?b?IEF1dG9Mb2FkZXIsIFNlbGZTcGxpdLXIxKO/6bXE08O3qA==?= In-Reply-To: <74646cb40606010602u5b5fe1f8p258706a85a06b7ae@mail.gmail.com> References: <74646cb40606010040t1e4d8624h1d88e1897a528c31@mail.gmail.com> <74646cb40606010602u5b5fe1f8p258706a85a06b7ae@mail.gmail.com> Message-ID: 听哪里说的? On 6/1/06, 黄叶 wrote: > 明白了AutoSplit和AutoLoader的用法, > 也会使用了SelfLoader > > 但好像听说SelfLoader的效率要差一些, > 哪位可以给个明证? > > 怎么没人顶啊? > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- GlumTail - 尾巴 http://glumtail.livejournal.com From joejiang799 at gmail.com Thu Jun 1 06:35:56 2006 From: joejiang799 at gmail.com (Joe Jiang) Date: Thu, 1 Jun 2006 21:35:56 +0800 Subject: [PerlChina] =?gb2312?b?bXkgUGVyc2lvbiAkc2VsZiA9ILXE08O3qA==?= In-Reply-To: <74646cb40606010139n13d233c0l2f9d6399b7b793b@mail.gmail.com> References: <74646cb40606010139n13d233c0l2f9d6399b7b793b@mail.gmail.com> Message-ID: our Army $winner local Phone $extension 都差不多的,看看前面的章节应该不难理解 my/our/local 在06-6-1,黄叶 写道: > > 今天读到一个例子。 > 这个里在这里: > > http://www.pgsqldb.org/twiki/bin/view/Perl/Objects2 > > 代码在这里: > > package Person; > > use fields qw(naem race aliases); > sub new { > my $type = shift; > > my Person $self = fields::new(ref $type || $type); > $self->{name} = "unnamed"; > $self->{race} = "unknown"; > $self->{aliases} = []; > > return $self; > } > sub name { > my Person $self = shift; > $self->{name} = > shift if @_; > return $self->{name}; > } > sub race { > my Person $self = > shift; > $self->{race} = shift if @_; > return $self->{race}; > } > sub aliases { > > my Person $self = shift; > $self->{aliases} = shift if @_; > > return $self->{aliases}; > } > 1; > > 这里的my Persion $self 是什么概念呢? > > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- God May Always Inspire Life => Gmail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060601/f155c91f/attachment-0001.html From joejiang799 at gmail.com Thu Jun 1 06:47:47 2006 From: joejiang799 at gmail.com (Joe Jiang) Date: Thu, 1 Jun 2006 21:47:47 +0800 Subject: [PerlChina] perl book in development Message-ID: http://www252.pair.com/comdog/mastering_perl/Chapters/ brain d foy 的新书正在写作中,可以作为英文快速阅读锻炼。 -- God May Always Inspire Life => Gmail -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060601/d03cb0ad/attachment.html From fujucso at gmail.com Thu Jun 1 12:23:13 2006 From: fujucso at gmail.com (Wang Huan) Date: Fri, 2 Jun 2006 03:23:13 +0800 Subject: [PerlChina] =?gb2312?b?ztK4+LG+v8bJ+snPv87Kscq508O1xNHdyr4=?= In-Reply-To: <447EE339.6040206@gmail.com> References: <001901c684a7$cbdc38d0$6517170a@bell> <447EE339.6040206@gmail.com> Message-ID: 呵呵,我对perl越来越感兴趣拉~ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060602/ceb1b17e/attachment.html From jeferslineage at gmail.com Thu Jun 1 20:43:15 2006 From: jeferslineage at gmail.com (gmf) Date: Fri, 02 Jun 2006 11:43:15 +0800 Subject: [PerlChina] =?gb2312?b?bXkgUGVyc2lvbiAkc2VsZiA9ILXE08O3qA==?= In-Reply-To: <74646cb40606010139n13d233c0l2f9d6399b7b793b@mail.gmail.com> References: <74646cb40606010139n13d233c0l2f9d6399b7b793b@mail.gmail.com> Message-ID: <447FB3D3.5020609@gmail.com> *my EXPR* * *my TYPE EXPR* * *my EXPR : ATTRS* * *my TYPE EXPR : ATTRS* From hylinux at gmail.com Fri Jun 2 01:06:47 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Fri, 2 Jun 2006 16:06:47 +0800 Subject: [PerlChina] =?gb2312?b?09a63MDkx+WjrMC0x+u9zNK7z8JBdXRvU3BsaXQs?= =?gb2312?b?IEF1dG9Mb2FkZXIsIFNlbGZTcGxpdLXIxKO/6bXE08O3qA==?= In-Reply-To: References: <74646cb40606010040t1e4d8624h1d88e1897a528c31@mail.gmail.com> <74646cb40606010602u5b5fe1f8p258706a85a06b7ae@mail.gmail.com> Message-ID: <74646cb40606020106n4457e85l51ea8a9079e7bdee@mail.gmail.com> Google上搜到的。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060602/abac2ca6/attachment.html From hylinux at gmail.com Fri Jun 2 01:10:39 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Fri, 2 Jun 2006 16:10:39 +0800 Subject: [PerlChina] =?gb2312?b?bXkgUGVyc2lvbiAkc2VsZiA9ILXE08O3qA==?= In-Reply-To: <447FB3D3.5020609@gmail.com> References: <74646cb40606010139n13d233c0l2f9d6399b7b793b@mail.gmail.com> <447FB3D3.5020609@gmail.com> Message-ID: <74646cb40606020110v1b0c5c56ue6f93246364b86a3@mail.gmail.com> 但是事实上这段代码根本不能运行。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060602/68bcf0c8/attachment.html From hylinux at gmail.com Mon Jun 5 20:26:52 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Tue, 6 Jun 2006 11:26:52 +0800 Subject: [PerlChina] =?gb2312?b?Q0dJOjpTZXNzaW9utcTOyszi?= Message-ID: <74646cb40606052026q634e8df0jb79c9fbad56b517e@mail.gmail.com> HI, 各位,我使用CGI::Session的时候。 在一个类里使用 $session->param('name", "value"); 用print Dumper($session)打印出来, 可以看到Session里的值。 但是我重定向到其他的url, 同一root下。 就是说Session肯定是同一Session, 在另一个Session里打印出Session的话,发现刚加入的session值没有了。 请问各位有没有碰到类似的问题啊? 谢谢。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060606/aa78a2ee/attachment.html From shijialee at gmail.com Tue Jun 6 20:15:04 2006 From: shijialee at gmail.com (Qiang ( James ) Li) Date: Tue, 06 Jun 2006 23:15:04 -0400 Subject: [PerlChina] =?gb2312?b?Q0dJOjpTZXNzaW9utcTOyszi?= In-Reply-To: <74646cb40606052026q634e8df0jb79c9fbad56b517e@mail.gmail.com> References: <74646cb40606052026q634e8df0jb79c9fbad56b517e@mail.gmail.com> Message-ID: <448644B8.1080801@gmail.com> 黄叶 wrote: > HI, 各位,我使用CGI::Session的时候。 > 在一个类里使用 > $session->param('name", "value"); > 用print Dumper($session)打印出来, > 可以看到Session里的值。 你的 session 值是通过 cookie 设定然后再获取的? > 但是我重定向到其他的url, 同一root下。 ”重定向到其他的url“ 什么重定向了?什么 url ? > 就是说Session肯定是同一Session, > 在另一个Session里打印出Session的话,发现刚加入的session值没有了。 > > 请问各位有没有碰到类似的问题啊? > > 谢谢。 Qiang From hylinux at gmail.com Tue Jun 6 21:46:13 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Wed, 7 Jun 2006 12:46:13 +0800 Subject: [PerlChina] =?gb2312?b?Q0dJOjpTZXNzaW9utcTOyszi?= In-Reply-To: <448644B8.1080801@gmail.com> References: <74646cb40606052026q634e8df0jb79c9fbad56b517e@mail.gmail.com> <448644B8.1080801@gmail.com> Message-ID: <74646cb40606062146s274ea097jb09c91f6ef596234@mail.gmail.com> Session的标识是通过cookie来发送的。 这个问题。我这样来描述: package Web::Action use strict; use warnings; use CGI::Session; use CGI; use CGI::Carp qw/fatalsToBrowser warningsToBrowser/; sub new { my $class = shift; my $this = {}; $this->{'q'} = CGI->new; $this->{'session'} = CGI::Session->new; bless $this, $class } .... 1; 另一个子类 package Web::Action::Request; use strict; use warnings; use base qw/Web::Action/; sub new { my $class = shift; my $this = $class->SUPER::new; bless $this, $class; } #注意这个方法 sub run { my $this = shift; if ( $this->{'q'} == 'something' ) { my $module = Web::Action::Request::SomeModule->new; $module->run; } } 1; 给出SomeModule的大概实例 注意:该类也是Web::Action的子类 package Web::Action::Request::SomeModule; use strict; use warnings; use base qw/Web::Action/ sub new { my $class = shift; my $this = $class->SUPER::new; bless $this, $class } sub run { my $this = shift; $this->{'session'}->param('name', 'value'); # 这个时候是可以看到session刚加的值的。 print Dumper($this->{'session'}); } 1; 在类:Web::Action::Requst::SomeModule里可以打印出我们需要的值,就是我用param加的。 但是再在其他的任何地方打印,就会发现这个值不存在了。 比知道是不是CGI::Session的bug. 我有查文档,其中有个方法引起了我的注意: flush, 它的说明是无需我们手动调用, 会在一个引用结束后自动调用,但是我的代码码嵌套了引用。不知道会不会是这个原因引起的。 请各位指教。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060607/638d14d0/attachment.html From hylinux at gmail.com Wed Jun 7 01:44:59 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Wed, 7 Jun 2006 16:44:59 +0800 Subject: [PerlChina] =?gb2312?b?TFdQILe0zsrT0Nakyum1xM341b61xM7KzOI=?= Message-ID: <74646cb40606070144g690ad943y77124a27f860a766@mail.gmail.com> HI, 各位。 又有一个问题。 我使用LWP来访问一个有证书的网站。 手动使用浏览器访问的话,会让你接受它的证书, 但是如果使用LWP的话,如何让LWP接受证书呢? 请大家赐教。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060607/599ffad2/attachment.html From formalin14 at gmail.com Wed Jun 7 02:48:58 2006 From: formalin14 at gmail.com (Achilles Achilles) Date: Wed, 7 Jun 2006 17:48:58 +0800 Subject: [PerlChina] =?gb2312?b?TFdQILe0zsrT0Nakyum1xM341b61xM7KzOI=?= In-Reply-To: <74646cb40606070144g690ad943y77124a27f860a766@mail.gmail.com> References: <74646cb40606070144g690ad943y77124a27f860a766@mail.gmail.com> Message-ID: <4a6c0ba80606070248t4ee04471o21a257cccc2e990a@mail.gmail.com> *$ua->get_basic_credentials( $realm, $uri, $isproxy )* On 6/7/06, 黄叶 wrote: > > HI, 各位。 > 又有一个问题。 > 我使用LWP来访问一个有证书的网站。 > 手动使用浏览器访问的话,会让你接受它的证书, > 但是如果使用LWP的话,如何让LWP接受证书呢? > > 请大家赐教。 > > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- --------------------------- Achilles Xu http://www.lazycode.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060607/6ad7ac44/attachment.html From shijialee at gmail.com Thu Jun 8 07:27:57 2006 From: shijialee at gmail.com (Qiang ( James ) Li) Date: Thu, 08 Jun 2006 10:27:57 -0400 Subject: [PerlChina] =?gb2312?b?TFdQILe0zsrT0Nakyum1xM341b61xM7KzOI=?= In-Reply-To: <74646cb40606070144g690ad943y77124a27f860a766@mail.gmail.com> References: <74646cb40606070144g690ad943y77124a27f860a766@mail.gmail.com> Message-ID: <448833ED.4090909@gmail.com> 黄叶 wrote: > HI, 各位。 > 又有一个问题。 > 我使用LWP来访问一个有证书的网站。 > 手动使用浏览器访问的话,会让你接受它的证书, > 但是如果使用LWP的话,如何让LWP接受证书呢? 如果你装了 SSL 的话 ( 看 LWP 的 README.SSL 文件) ,应该就不用担心这个了吧。 试一下看看什么结果? Qiang From hylinux at gmail.com Thu Jun 8 18:20:42 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Fri, 9 Jun 2006 09:20:42 +0800 Subject: [PerlChina] =?gb2312?b?TFdQILe0zsrT0Nakyum1xM341b61xM7KzOI=?= In-Reply-To: <448833ED.4090909@gmail.com> References: <74646cb40606070144g690ad943y77124a27f860a766@mail.gmail.com> <448833ED.4090909@gmail.com> Message-ID: <74646cb40606081820y247bea1aj5fbdf291404d49b8@mail.gmail.com> 呵呵。fayland已经帮我搞定了。 是我钻到死胡同里了。 判断错误。 呵呵。 谢了。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060609/876abfc3/attachment.html From ywomol at gmail.com Sun Jun 11 10:43:25 2006 From: ywomol at gmail.com (YW) Date: Mon, 12 Jun 2006 01:43:25 +0800 Subject: [PerlChina] =?gb2312?b?zsq49tChzsrM4g==?= Message-ID: 这几天写了个脚本。(win下) 用途:先拨vpn,再改路由表。 拨号是直接用win系统的 rasdial 命令 为安全起见,不把密码写在perl脚本里 而是运行时提示用户输入。。。 问题: 怎么不回显密码字符,或者回显*号? From fayland at gmail.com Sun Jun 11 18:33:39 2006 From: fayland at gmail.com (fayland) Date: Mon, 12 Jun 2006 01:33:39 +0000 Subject: [PerlChina] =?utf-8?b?6Zeu5Liq5bCP6Zeu6aKY?= In-Reply-To: References: Message-ID: <448CC473.7030601@gmail.com> YW wrote: > 这几天写了个脚本。(win下) > 用途:先拨vpn,再改路由表。 > > 拨号是直接用win系统的 rasdial 命令 > 为安全起见,不把密码写在perl脚本里 > 而是运行时提示用户输入。。。 > 问题: > 怎么不回显密码字符,或者回显*号? > http://search.cpan.org/~jstowe/TermReadKey-2.30/ReadKey.pm ReadMode MODE [, Filehandle] 2 Change to cooked mode with echo off. (Good for passwords) > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm -- Fayland Lam // http://www.fayland.org/ From ywomol at gmail.com Sun Jun 11 22:23:28 2006 From: ywomol at gmail.com (YW) Date: Mon, 12 Jun 2006 13:23:28 +0800 Subject: [PerlChina] =?gb2312?b?zsq49tChzsrM4g==?= In-Reply-To: <448CC473.7030601@gmail.com> References: <448CC473.7030601@gmail.com> Message-ID: 哦, 谢谢 > http://search.cpan.org/~jstowe/TermReadKey-2.30/ReadKey.pm > > ReadMode MODE [, Filehandle] > > 2 Change to cooked mode with echo off. > (Good for passwords) From peterl at alchip.com Wed Jun 14 03:05:04 2006 From: peterl at alchip.com (Peter Liang) Date: Wed, 14 Jun 2006 18:05:04 +0800 Subject: [PerlChina] post me to this list Message-ID: <200606141805.04613.peterl@alchip.com> 3x From shanleiguang at gmail.com Wed Jun 14 18:03:32 2006 From: shanleiguang at gmail.com (Shan Leiguang) Date: Thu, 15 Jun 2006 09:03:32 +0800 Subject: [PerlChina] =?utf-8?q?=28no_subject=29?= Message-ID: https://sourceforge.net/projects/packetstorm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060615/13b51501/attachment.html From tinyu0 at gmail.com Wed Jun 14 23:40:09 2006 From: tinyu0 at gmail.com (chen ken) Date: Thu, 15 Jun 2006 14:40:09 +0800 Subject: [PerlChina] =?gb2312?b?cmVnZXjOyszio7rI57rOyKG1w8alxeS1xLbg0NA=?= =?gb2312?b?xNrI3Q==?= Message-ID: <29a998c0606142340v21d03e23te79158daa5f5b2f8@mail.gmail.com> 最近在学习正则表达式,碰到匹配多行文本的问题,怎么也弄不明白了 - -! 问题如下: 我把正则表达式在http://regexlib.com/RETester.aspx中测试,能匹配多行内容 我也在RegexBuddy中测试过,也能匹配多行 正则表达式:(Customer Address[\s][\.]*(?:[\s].*\n)*) 文本内容: Customer Address .............. New Orchard Road Armonk, NY 10504 US Customer1 Address .............. New Orchard Road Armonk, NY 10504 US 测试匹配结果 Customer Address .............. New Orchard Road Armonk, NY 10504 US $1= Customer Address .............. New Orchard Road Armonk, NY 10504 US 但是,我在perl中 my $regex = '(Customer Address[\s][\.]*(?:[\s].*\n)*)' ; if($content =~ m/$regex/i){ print $1, "\n"; } 只能打印出 Customer Address .............. New Orchard Road 这是怎么回事啊?我google上看了看,没有找到原因。 谁能给我解释一下么,谢谢。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060615/16f678c9/attachment.html From tinyu0 at gmail.com Thu Jun 15 00:15:56 2006 From: tinyu0 at gmail.com (chen ken) Date: Thu, 15 Jun 2006 15:15:56 +0800 Subject: [PerlChina] =?gb2312?b?cmVnZXjOyszio7rI57rOyKG1w8alxeS1xLbg0NA=?= =?gb2312?b?xNrI3Q==?= In-Reply-To: <29a998c0606142340v21d03e23te79158daa5f5b2f8@mail.gmail.com> References: <29a998c0606142340v21d03e23te79158daa5f5b2f8@mail.gmail.com> Message-ID: <29a998c0606150015p10e7b0d3ted24ba21071081ff@mail.gmail.com> 。。。我倒!!!, 现在竟然可以取到了。 - -! 在06-6-15,chen ken 写道: > > 最近在学习正则表达式,碰到匹配多行文本的问题,怎么也弄不明白了 - -! > 问题如下: > > 我把正则表达式在http://regexlib.com/RETester.aspx中测试,能匹配多行内容 > 我也在RegexBuddy中测试过,也能匹配多行 > 正则表达式:(Customer Address[\s][\.]*(?:[\s].*\n)*) > 文本内容: > > Customer Address .............. New Orchard Road > Armonk, NY 10504 > US > Customer1 Address .............. New Orchard Road > Armonk, NY 10504 > > US > > 测试匹配结果 > Customer Address .............. New Orchard Road > Armonk, NY 10504 > US > $1= > Customer Address .............. New Orchard Road > > Armonk, NY 10504 > US > > > 但是,我在perl中 > > my $regex = '(Customer Address[\s][\.]*(?:[\s].*\n)*)' ; > if($content =~ m/$regex/i){ > print $1, "\n"; > } > > 只能打印出 > > Customer Address .............. New Orchard Road > > > 这是怎么回事啊?我google上看了看,没有找到原因。 > 谁能给我解释一下么,谢谢。 > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060615/5ccb1b0a/attachment.html From jameswork66 at gmail.com Mon Jun 19 08:28:17 2006 From: jameswork66 at gmail.com (James Zheng) Date: Mon, 19 Jun 2006 23:28:17 +0800 Subject: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= References: <74646cb40605212306g16a08e27yc28123cc64e03a3a@mail.gmail.com><4a6c0ba80605220017m68914737md5c95d520e80b661@mail.gmail.com><74646cb40605220025q8c09476hada28724ace04e9b@mail.gmail.com><74646cb40605220029m5f006629j39af964ef76bbf63@mail.gmail.com><74646cb40605220030x8c9e1aar81265dce63c7c52@mail.gmail.com><4a6c0ba80605220036m15ca4713j36d7f434fd4bd7f9@mail.gmail.com><74646cb40605220041l590a27a6n9921f246ef157a35@mail.gmail.com><4a6c0ba80605220044u323d6578s44e2efd39104f027@mail.gmail.com><4a6c0ba80605220047n36a97157v75e4416ac82799fd@mail.gmail.com><74646cb40605220052t6c4bf653n30a10adea2f25cab@mail.gmail.com> <74646cb40605220055o270c0077w91c4453619e2e226@mail.gmail.com> Message-ID: <059801c693b4$fefe68c0$0801a8c0@james> 有成绩了吧? 分享一下? 感觉好像很难吧? ----- Original Message ----- From: 黄叶 To: china-pm at pm.org Sent: Monday, May 22, 2006 3:55 PM Subject: Re: [PerlChina] 验证码的破解的问题 GD 有这个getPixel 哈。 看来可以看一下了。 try it. 在06-5-22, 黄叶 写道: 是啊。现在就有这样的一个方案。 如果自动真的不行,就只能做一个半自动的了。 刚看了一下gd/ 没有看到可以取某一点的颜色的方法,可能看得不仔细吧。 现在在看Image::Magic的。 再找找。 ------------------------------------------------------------------------------ _______________________________________________ China-pm mailing list China-pm at pm.org http://mail.pm.org/mailman/listinfo/china-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060619/0c32158e/attachment.html From jameswork66 at gmail.com Mon Jun 19 08:30:44 2006 From: jameswork66 at gmail.com (James Zheng) Date: Mon, 19 Jun 2006 23:30:44 +0800 Subject: [PerlChina] =?utf-8?b?5LuK5aSp5pyJ5b6I5Ya35riF5ZWK44CC?= References: <74646cb40605222038p4e84b966j4989c18150831ea5@mail.gmail.com> <200605231345.14218.zhuzhu@perlchina.org> Message-ID: <067901c693b5$56585130$0801a8c0@james> 如果你在找PERL方面的工作, 发你的简历给我. ----- Original Message ----- From: "Zhu Zhu" To: Sent: Tuesday, May 23, 2006 1:45 PM Subject: Re: [PerlChina] 今天有很冷清啊。 > 谁帮我在成都介绍个工作…… > > 这个题目如何? > > > 在 星期二 23 五月 2006 11:38,黄叶 写道: >> 今天又很冷清啊。 >> 哪位搞出个题目来聊聊啊。 > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm From hylinux at gmail.com Mon Jun 19 23:24:01 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Tue, 20 Jun 2006 14:24:01 +0800 Subject: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= In-Reply-To: <059801c693b4$fefe68c0$0801a8c0@james> References: <74646cb40605212306g16a08e27yc28123cc64e03a3a@mail.gmail.com> <74646cb40605220029m5f006629j39af964ef76bbf63@mail.gmail.com> <74646cb40605220030x8c9e1aar81265dce63c7c52@mail.gmail.com> <4a6c0ba80605220036m15ca4713j36d7f434fd4bd7f9@mail.gmail.com> <74646cb40605220041l590a27a6n9921f246ef157a35@mail.gmail.com> <4a6c0ba80605220044u323d6578s44e2efd39104f027@mail.gmail.com> <4a6c0ba80605220047n36a97157v75e4416ac82799fd@mail.gmail.com> <74646cb40605220052t6c4bf653n30a10adea2f25cab@mail.gmail.com> <74646cb40605220055o270c0077w91c4453619e2e226@mail.gmail.com> <059801c693b4$fefe68c0$0801a8c0@james> Message-ID: <74646cb40606192324q2bc00c4i6f1f00d220412e46@mail.gmail.com> 呵呵。搞定一个。 但是如果人家换一下,就又得重新再来。 现在的做法是用了半自动。 这个我想就不用我多说了。 就是缓存验证码认证。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060620/f0d8bdee/attachment.html From admin at dig-tech.com Tue Jun 20 01:15:09 2006 From: admin at dig-tech.com (Jeff Peng) Date: Tue, 20 Jun 2006 08:15:09 +0000 Subject: [PerlChina] ֤ƽ In-Reply-To: <74646cb40606192324q2bc00c4i6f1f00d220412e46@mail.gmail.com> Message-ID: ��������Ƚ�������ǰ��Ƭ�������Ṥ�ߵĴ����ʾ���Ȼ����һ�ʶ��� >From: "���" >Reply-To: china-pm at pm.org >To: china-pm at pm.org >Subject: Re: [PerlChina] �֤���ƽ��� >Date: Tue, 20 Jun 2006 14:24:01 +0800 > >�Ǻǡ��㶨һ��>��������һ�����ֵ������� >�������˰����� > >������������� > >��ǻ���֤��֤�� >_______________________________________________ >China-pm mailing list >China-pm at pm.org >http://mail.pm.org/mailman/listinfo/china-pm From hylinux at gmail.com Tue Jun 20 02:08:23 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Tue, 20 Jun 2006 17:08:23 +0800 Subject: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= In-Reply-To: References: <74646cb40606192324q2bc00c4i6f1f00d220412e46@mail.gmail.com> Message-ID: <74646cb40606200208w6dc18bebw88911c92125190d9@mail.gmail.com> 楼上的。 乱码,看不见。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060620/7eb6c40c/attachment.html From admin at dig-tech.com Tue Jun 20 02:16:41 2006 From: admin at dig-tech.com (Jeff Peng) Date: Tue, 20 Jun 2006 09:16:41 +0000 Subject: [PerlChina] ֤ƽ Message-ID: FT,should I always use English in this lists? >From: "���" >Reply-To: china-pm at pm.org >To: china-pm at pm.org >Subject: Re: [PerlChina] �֤���ƽ��� >Date: Tue, 20 Jun 2006 17:08:23 +0800 > >¥��ġ� >���������� >_______________________________________________ >China-pm mailing list >China-pm at pm.org >http://mail.pm.org/mailman/listinfo/china-pm From superjunk at 126.com Tue Jun 20 02:25:56 2006 From: superjunk at 126.com (Superjunk) Date: Tue, 20 Jun 2006 17:25:56 +0800 Subject: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= References: <74646cb40606192324q2bc00c4i6f1f00d220412e46@mail.gmail.com> <74646cb40606200208w6dc18bebw88911c92125190d9@mail.gmail.com> Message-ID: <024701c6944b$891f3660$9665a8c0@jklau> 他使用简体中文书写邮件,但是邮件使用utf-8编码发送,所以你看到的是乱码,多尝试几次再下结论! ----- Original Message ----- From: 黄叶 To: china-pm at pm.org Sent: Tuesday, June 20, 2006 5:08 PM Subject: Re: [PerlChina] 验证码的破解的问题 楼上的。 乱码,看不见。 ------------------------------------------------------------------------------ _______________________________________________ China-pm mailing list China-pm at pm.org http://mail.pm.org/mailman/listinfo/china-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060620/c4c15f33/attachment.html From hylinux at gmail.com Tue Jun 20 02:27:06 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Tue, 20 Jun 2006 17:27:06 +0800 Subject: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= In-Reply-To: References: Message-ID: <74646cb40606200227l5122603ev7b46519b3c1906f9@mail.gmail.com> 谁知道你阿。 呵呵。 不过我刚想起来,我说的那个半自动的方法也许用来对付163的验证码到是比较有效。 没试过,只是想的。 呵呵。 你倒霉了。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060620/24f4f1f6/attachment.html From hylinux at gmail.com Tue Jun 20 18:35:41 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Wed, 21 Jun 2006 09:35:41 +0800 Subject: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= In-Reply-To: <024701c6944b$891f3660$9665a8c0@jklau> References: <74646cb40606192324q2bc00c4i6f1f00d220412e46@mail.gmail.com> <74646cb40606200208w6dc18bebw88911c92125190d9@mail.gmail.com> <024701c6944b$891f3660$9665a8c0@jklau> Message-ID: <74646cb40606201835l762340ddv3961a568a094363e@mail.gmail.com> 什么概念? 我是看不见阿? 我管他怎么写的。 我看不见就是看不见阿。 这个就是我的结论。 我看不见,我就不看。我只不过是提醒一句。 楼上的最好想想清楚再下结论。 在06-6-20,Superjunk 写道: > > 他使用简体中文书写邮件,但是邮件使用utf-8编码发送,所以你看到的是乱码,多尝试几次再下结论! > > ----- Original Message ----- > *From:* 黄叶 > *To:* china-pm at pm.org > *Sent:* Tuesday, June 20, 2006 5:08 PM > *Subject:* Re: [PerlChina] 验证码的破解的问题 > > 楼上的。 > 乱码,看不见。 > > ------------------------------ > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060621/01e4f019/attachment.html From eric1970 at gmail.com Tue Jun 20 20:51:54 2006 From: eric1970 at gmail.com (Du jian) Date: Wed, 21 Jun 2006 11:51:54 +0800 Subject: [PerlChina] China-pm Digest, Vol 14, Issue 13 In-Reply-To: References: Message-ID: <5fc3edf90606202051w6596af00o559466e1ce9dfe98@mail.gmail.com> Dear All, What I receive from china-pm at pm.org have a wrong decoding when it is written in Chinese, mailbox is gmail, On 6/21/06, china-pm-request at pm.org wrote: > Send China-pm mailing list submissions to > china-pm at pm.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.pm.org/mailman/listinfo/china-pm > or, via email, send a message with subject or body 'help' to > china-pm-request at pm.org > > You can reach the person managing the list at > china-pm-owner at pm.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of China-pm digest..." > > > Today's Topics: > > 1. Re: =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= (=?GB2312?B?u8bStg==?=) > 2. Re: ��֤����ƽ������ (Jeff Peng) > 3. Re: =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= (=?GB2312?B?u8bStg==?=) > 4. Re: ��֤����ƽ������ (Jeff Peng) > 5. Re: =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= (Superjunk) > 6. Re: =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= (=?GB2312?B?u8bStg==?=) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 20 Jun 2006 14:24:01 +0800 > From: "=?GB2312?B?u8bStg==?=" > Subject: Re: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= > To: china-pm at pm.org > Message-ID: > <74646cb40606192324q2bc00c4i6f1f00d220412e46 at mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > �Ǻǡ㶨һ�� > ���������˼һ�һ�£��ֵ��������� > ���ڵ����������˰��Զ� > > ���������Ͳ����Ҷ�˵�ˡ� > > ���ǻ�����֤����֤ > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://mail.pm.org/pipermail/china-pm/attachments/20060620/f0d8bdee/attachment.htm > > ------------------------------ > > Message: 2 > Date: Tue, 20 Jun 2006 08:15:09 +0000 > From: "Jeff Peng" > Subject: Re: [PerlChina] ��֤����ƽ������ > To: china-pm at pm.org > Message-ID: > Content-Type: text/plain; format=flowed > > ���Զ���Ƚ�ͨ�ã����ǰ�ͼƬ���غ���ע�Ṥ�ߵĴ�������ʾ��4��Ȼ���˹���һ��ʶ���롣 > > > >From: "��Ҷ" > >Reply-To: china-pm at pm.org > >To: china-pm at pm.org > >Subject: Re: [PerlChina] ��֤����ƽ������ > >Date: Tue, 20 Jun 2006 14:24:01 +0800 > > > >�Ǻǡ��㶨һ�� > >��������˼һ�һ�£����ֵ�������4�� > >���ڵ��������˰��Զ��� > > > >�������Ͳ����Ҷ�˵�ˡ� > > > >���ǻ�����֤����֤�� > > > >_______________________________________________ > >China-pm mailing list > >China-pm at pm.org > >http://mail.pm.org/mailman/listinfo/china-pm > > > > > ------------------------------ > > Message: 3 > Date: Tue, 20 Jun 2006 17:08:23 +0800 > From: "=?GB2312?B?u8bStg==?=" > Subject: Re: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= > To: china-pm at pm.org > Message-ID: > <74646cb40606200208w6dc18bebw88911c92125190d9 at mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > ¥�ϵġ� > ���룬������ > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://mail.pm.org/pipermail/china-pm/attachments/20060620/7eb6c40c/attachment.htm > > ------------------------------ > > Message: 4 > Date: Tue, 20 Jun 2006 09:16:41 +0000 > From: "Jeff Peng" > Subject: Re: [PerlChina] ��֤����ƽ������ > To: china-pm at pm.org > Message-ID: > Content-Type: text/plain; format=flowed > > FT,should I always use English in this lists? > > > >From: "��Ҷ" > >Reply-To: china-pm at pm.org > >To: china-pm at pm.org > >Subject: Re: [PerlChina] ��֤����ƽ������ > >Date: Tue, 20 Jun 2006 17:08:23 +0800 > > > >¥�ϵġ� > >���룬������ > > > >_______________________________________________ > >China-pm mailing list > >China-pm at pm.org > >http://mail.pm.org/mailman/listinfo/china-pm > > > > > ------------------------------ > > Message: 5 > Date: Tue, 20 Jun 2006 17:25:56 +0800 > From: "Superjunk" > Subject: Re: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= > To: > Message-ID: <024701c6944b$891f3660$9665a8c0 at jklau> > Content-Type: text/plain; charset="gb2312" > > ��ʹ�ü���������д�ʼ������ʼ�ʹ��utf-8���뷢�ͣ������㿴���������룬�ೢ�Լ������½��ۣ� > ----- Original Message ----- > From: ��Ҷ > To: china-pm at pm.org > Sent: Tuesday, June 20, 2006 5:08 PM > Subject: Re: [PerlChina] ��֤�����ƽ������� > > > ¥�ϵġ� > ���룬������ > > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://mail.pm.org/pipermail/china-pm/attachments/20060620/c4c15f33/attachment.htm > > ------------------------------ > > Message: 6 > Date: Tue, 20 Jun 2006 17:27:06 +0800 > From: "=?GB2312?B?u8bStg==?=" > Subject: Re: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= > To: china-pm at pm.org > Message-ID: > <74646cb40606200227l5122603ev7b46519b3c1906f9 at mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > ˭֪���㰢 > �Ǻǡ� > �����Ҹ���������˵���Ǹ����Զķ���Ҳ�������Ը�163����֤�뵽�DZȽ���Ч > û�Թ�ֻ�����ġ� > �Ǻǡ� > > �㵹ù�ˡ� > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://mail.pm.org/pipermail/china-pm/attachments/20060620/24f4f1f6/attachment.htm > > ------------------------------ > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > > End of China-pm Digest, Vol 14, Issue 13 > **************************************** > From hylinux at gmail.com Tue Jun 20 18:55:08 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Wed, 21 Jun 2006 09:55:08 +0800 Subject: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= In-Reply-To: <74646cb40606201835l762340ddv3961a568a094363e@mail.gmail.com> References: <74646cb40606192324q2bc00c4i6f1f00d220412e46@mail.gmail.com> <74646cb40606200208w6dc18bebw88911c92125190d9@mail.gmail.com> <024701c6944b$891f3660$9665a8c0@jklau> <74646cb40606201835l762340ddv3961a568a094363e@mail.gmail.com> Message-ID: <74646cb40606201855q297bb9aasb3e0eb3544b8f182@mail.gmail.com> 嘿嘿。有图为证。 在06-6-21,黄叶 写道: > > 什么概念? > 我是看不见阿? > 我管他怎么写的。 > 我看不见就是看不见阿。 这个就是我的结论。 我看不见,我就不看。我只不过是提醒一句。 > > 楼上的最好想想清楚再下结论。 > > > > > 在06-6-20,Superjunk < superjunk at 126.com> 写道: > > > 他使用简体中文书写邮件,但是邮件使用utf-8编码发送,所以你看到的是乱码,多尝试几次再下结论! > > > > ----- Original Message ----- > > *From:* 黄叶 > > *To:* china-pm at pm.org > > *Sent:* Tuesday, June 20, 2006 5:08 PM > > *Subject:* Re: [PerlChina] 验证码的破解的问题 > > > > 楼上的。 > > 乱码,看不见。 > > > > ------------------------------ > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060621/b3bc9f83/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot.gif Type: image/gif Size: 128273 bytes Desc: not available Url : http://mail.pm.org/pipermail/china-pm/attachments/20060621/b3bc9f83/attachment-0001.gif From jameswork66 at gmail.com Wed Jun 21 11:13:27 2006 From: jameswork66 at gmail.com (James Zheng) Date: Thu, 22 Jun 2006 02:13:27 +0800 Subject: [PerlChina] =?gb2312?b?0enWpMLrtcTGxr3itcTOyszi?= References: <74646cb40606192324q2bc00c4i6f1f00d220412e46@mail.gmail.com><74646cb40606200208w6dc18bebw88911c92125190d9@mail.gmail.com><024701c6944b$891f3660$9665a8c0@jklau><74646cb40606201835l762340ddv3961a568a094363e@mail.gmail.com> <74646cb40606201855q297bb9aasb3e0eb3544b8f182@mail.gmail.com> Message-ID: <0bee01c6955e$665b4600$0801a8c0@james> 呵呵, 轻松一下, 给大家一个好东西, 写PERL会比较方便. http://e-p-i-c.sourceforge.net/ ----- Original Message ----- From: 黄叶 To: china-pm at pm.org Sent: Wednesday, June 21, 2006 9:55 AM Subject: Re: [PerlChina] 验证码的破解的问题 嘿嘿。有图为证。 在06-6-21,黄叶 写道: 什么概念? 我是看不见阿? 我管他怎么写的。 我看不见就是看不见阿。 这个就是我的结论。 我看不见,我就不看。我只不过是提醒一句。 楼上的最好想想清楚再下结论。 在06-6-20,Superjunk < superjunk at 126.com> 写道: 他使用简体中文书写邮件,但是邮件使用utf-8编码发送,所以你看到的是乱码,多尝试几次再下结论! ----- Original Message ----- From: 黄叶 To: china-pm at pm.org Sent: Tuesday, June 20, 2006 5:08 PM Subject: Re: [PerlChina] 验证码的破解的问题 楼上的。 乱码,看不见。 -------------------------------------------------------------------------- _______________________________________________ China-pm mailing list China-pm at pm.org http://mail.pm.org/mailman/listinfo/china-pm _______________________________________________ China-pm mailing list China-pm at pm.org http://mail.pm.org/mailman/listinfo/china-pm ------------------------------------------------------------------------------ _______________________________________________ China-pm mailing list China-pm at pm.org http://mail.pm.org/mailman/listinfo/china-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060622/4642703e/attachment.html From uliyas at gmail.com Wed Jun 21 20:38:17 2006 From: uliyas at gmail.com (Uliyas Fan) Date: Thu, 22 Jun 2006 11:38:17 +0800 Subject: [PerlChina] =?utf-8?b?5aaC5L2V5bCGcGVybOiEmuacrOi9rOWMluS4ug==?= =?utf-8?b?44CCZXhl5paH5Lu2?= Message-ID: 如果我用perl写过的脚本,如何转化为。exe文件,放到其他没有安装activePerl的win32平台上运行呢? -- 樊闻斌 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060622/01875baa/attachment.html From jzhou722 at gmail.com Thu Jun 22 00:36:41 2006 From: jzhou722 at gmail.com (Jie) Date: Thu, 22 Jun 2006 15:36:41 +0800 Subject: [PerlChina] =?utf-8?b?5aaC5L2V5bCGcGVybOiEmuacrOi9rOWMluS4ug==?= =?utf-8?b?44CCZXhl5paH5Lu2?= References: Message-ID: <002a01c695d3$2a33be30$6517170a@bell> perlcc 或者 perl2exe ----- Original Message ----- From: Uliyas Fan To: china-pm at pm.org Sent: Thursday, June 22, 2006 11:38 AM Subject: [PerlChina] 如何将perl脚本转化为。exe文件 如果我用perl写过的脚本,如何转化为。exe文件,放到其他没有安装activePerl的win32平台上运行呢? -- 樊闻斌 ------------------------------------------------------------------------------ _______________________________________________ China-pm mailing list China-pm at pm.org http://mail.pm.org/mailman/listinfo/china-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060622/a157a1ea/attachment.html From jiing24 at gmail.com Thu Jun 22 01:27:19 2006 From: jiing24 at gmail.com (jiing) Date: Thu, 22 Jun 2006 16:27:19 +0800 Subject: [PerlChina] =?utf-8?b?5aaC5L2V5bCGcGVybOiEmuacrOi9rOWMluS4ug==?= =?utf-8?b?44CCZXhl5paH5Lu2?= In-Reply-To: <002a01c695d3$2a33be30$6517170a@bell> References: <002a01c695d3$2a33be30$6517170a@bell> Message-ID: <75021ED4-E733-44E9-AA98-5AA661EC4A51@jiing.org> use PAR ! 在 2006年6月22日 下午 3:36 時,Jie 寫到: > perlcc 或者 perl2exe > > ----- Original Message ----- > From: Uliyas Fan > To: china-pm at pm.org > Sent: Thursday, June 22, 2006 11:38 AM > Subject: [PerlChina] 如何将perl脚本转化为。exe文件 > > 如果我用perl写过的脚本,如何转化为。exe文件,放 > 到其他没有安装activePerl的win32平台上运行呢? > > -- > 樊闻斌 > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060622/14012e6c/attachment.html From formalin14 at gmail.com Thu Jun 22 01:28:55 2006 From: formalin14 at gmail.com (Achilles Achilles) Date: Thu, 22 Jun 2006 16:28:55 +0800 Subject: [PerlChina] =?gb2312?b?yOe6zr2rcGVybL3Fsb7Xqruvzqqho2V4Zc7EvP4=?= In-Reply-To: <75021ED4-E733-44E9-AA98-5AA661EC4A51@jiing.org> References: <002a01c695d3$2a33be30$6517170a@bell> <75021ED4-E733-44E9-AA98-5AA661EC4A51@jiing.org> Message-ID: <4a6c0ba80606220128q63345b08j2978cabea6f56f36@mail.gmail.com> �pdk���erlapp����ɵ�xe�����rl���� On 6/22/06, jiing wrote: > > use PAR ! > � 2006�6�22� �� 3:36 �r��Jie ������ > > perlcc ��perl2exe > > > ----- Original Message ----- > *From:* Uliyas Fan > *To:* china-pm at pm.org > *Sent:* Thursday, June 22, 2006 11:38 AM > *Subject:* [PerlChina] ��ν�perl�ű�ת��Ϊ��exe��� > > > ���perlд�����������Ϊ��exe������ŵ���û���װactivePerl��in32ƽ̨������ > > -- > �����> > ------------------------------ > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- --------------------------- Achilles Xu http://www.lazycode.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060622/6b3b1eb4/attachment.html From szq000 at 126.com Thu Jun 22 01:30:44 2006 From: szq000 at 126.com (zhiqiang) Date: Thu, 22 Jun 2006 16:30:44 +0800 (CST) Subject: [PerlChina] =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= Message-ID: <449A5534.000086.06135@m63.126.com> 在linux平台上,如何查看所有已经安装的perl模块. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060622/ff9c0e93/attachment.html From hylinux at gmail.com Thu Jun 22 18:35:54 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Fri, 23 Jun 2006 09:35:54 +0800 Subject: [PerlChina] =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= In-Reply-To: <449A5534.000086.06135@m63.126.com> References: <449A5534.000086.06135@m63.126.com> Message-ID: <74646cb40606221835w7932a7b9u72ebc8e5c18b7488@mail.gmail.com> 好像还真的没办法。 哪位能给个提示? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060623/54520ade/attachment.html From fayland at gmail.com Thu Jun 22 18:40:29 2006 From: fayland at gmail.com (fayland) Date: Fri, 23 Jun 2006 01:40:29 +0000 Subject: [PerlChina] =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= In-Reply-To: <74646cb40606221835w7932a7b9u72ebc8e5c18b7488@mail.gmail.com> References: <449A5534.000086.06135@m63.126.com> <74646cb40606221835w7932a7b9u72ebc8e5c18b7488@mail.gmail.com> Message-ID: <449B468D.5000600@gmail.com> 黄叶 wrote: > 好像还真的没办法。 > 哪位能给个提示? > use ExtUtils::Installed; my $inst = ExtUtils::Installed->new(); print join "\n", $inst->modules(); > ------------------------------------------------------------------------ > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm -- Fayland Lam // http://www.fayland.org/ From hylinux at gmail.com Thu Jun 22 20:30:01 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Fri, 23 Jun 2006 11:30:01 +0800 Subject: [PerlChina] =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= In-Reply-To: <449B468D.5000600@gmail.com> References: <449A5534.000086.06135@m63.126.com> <74646cb40606221835w7932a7b9u72ebc8e5c18b7488@mail.gmail.com> <449B468D.5000600@gmail.com> Message-ID: <74646cb40606222030v1d247d50pc8fcee1599e733d5@mail.gmail.com> 谢谢Flandy。 但是有一个问题,这样是不是只能列出一些额外安装的模块? 还是可以列出所有的模块呢? 谢谢。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060623/f7c5c73b/attachment.html From uliyas at gmail.com Thu Jun 22 20:52:31 2006 From: uliyas at gmail.com (Uliyas Fan) Date: Fri, 23 Jun 2006 11:52:31 +0800 Subject: [PerlChina] China-pm Digest, Vol 14, Issue 16 In-Reply-To: References: Message-ID: 谁能给了例子,或是个URL解释下如何使用吗? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060623/02bc1cf8/attachment.html From haidongj at gmail.com Thu Jun 22 21:19:15 2006 From: haidongj at gmail.com (haidong jia) Date: Fri, 23 Jun 2006 12:19:15 +0800 Subject: [PerlChina] =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= In-Reply-To: <74646cb40606222030v1d247d50pc8fcee1599e733d5@mail.gmail.com> References: <449A5534.000086.06135@m63.126.com> <74646cb40606221835w7932a7b9u72ebc8e5c18b7488@mail.gmail.com> <449B468D.5000600@gmail.com> <74646cb40606222030v1d247d50pc8fcee1599e733d5@mail.gmail.com> Message-ID: 测试一下,你们可以收到我的邮件吗? 在06-6-23,黄叶 写道: > > 谢谢Flandy。 > > 但是有一个问题,这样是不是只能列出一些额外安装的模块? > 还是可以列出所有的模块呢? > > 谢谢。 > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060623/e3133fd6/attachment.html From haidongj at gmail.com Thu Jun 22 21:19:33 2006 From: haidongj at gmail.com (haidong jia) Date: Fri, 23 Jun 2006 12:19:33 +0800 Subject: [PerlChina] China-pm Digest, Vol 14, Issue 16 In-Reply-To: References: Message-ID: 哪个? 2006/6/23, Uliyas Fan : > > 谁能给了例子,或是个URL解释下如何使用吗? > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060623/2d41240e/attachment.html From hylinux at gmail.com Thu Jun 22 21:58:16 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Fri, 23 Jun 2006 12:58:16 +0800 Subject: [PerlChina] =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= In-Reply-To: References: <449A5534.000086.06135@m63.126.com> <74646cb40606221835w7932a7b9u72ebc8e5c18b7488@mail.gmail.com> <449B468D.5000600@gmail.com> <74646cb40606222030v1d247d50pc8fcee1599e733d5@mail.gmail.com> Message-ID: <74646cb40606222158h3172be1dn835aead5674ce1bb@mail.gmail.com> 可以。 在06-6-23,haidong jia 写道: > > 测试一下,你们可以收到我的邮件吗? > > 在06-6-23,黄叶 写道: > > > > 谢谢Flandy。 > > 但是有一个问题,这样是不是只能列出一些额外安装的模块? > 还是可以列出所有的模块呢? > > 谢谢。 > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060623/3f3bcec9/attachment.html From shijialee at gmail.com Fri Jun 23 04:58:52 2006 From: shijialee at gmail.com (Qiang (James) Li) Date: Fri, 23 Jun 2006 05:58:52 -0600 Subject: [PerlChina] =?gb2312?b?WUFQQzo6TkE6OjIwMDYg1qW807jn?= Message-ID: <4ab5ddef0606230458xecd92c2qfc580082a658d1f1@mail.gmail.com> 这一阵子一直在忙,明天去芝加哥参加 YAPC 大会了 :-) 回来后我试着整理一篇 YAPC 的文章。 Qiang www.yapcchicago.org From hylinux at gmail.com Fri Jun 23 22:06:28 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Sat, 24 Jun 2006 13:06:28 +0800 Subject: [PerlChina] =?gb2312?b?WUFQQzo6TkE6OjIwMDYg1qW807jn?= In-Reply-To: <4ab5ddef0606230458xecd92c2qfc580082a658d1f1@mail.gmail.com> References: <4ab5ddef0606230458xecd92c2qfc580082a658d1f1@mail.gmail.com> Message-ID: <74646cb40606232206x6eca6357sabe5bd40ee196bb6@mail.gmail.com> 期待。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060624/db483abf/attachment.html From hylinux at gmail.com Fri Jun 23 22:11:52 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Sat, 24 Jun 2006 13:11:52 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= Message-ID: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> 嘿嘿,我最近在python的邮件列表可出名了。 我发一个帖子《开发web有必要用python么》 结果成了中国自古以来的最有名的Toller。 呵呵。 这个社区真的是生人勿近阿。 怕怕的说, 而且直接在网上暴露人家的真实姓名,截取讨论邮件中的部分语言,轻易的下结论。 真是可怕! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060624/952657a6/attachment.html From snlei at qingcha.org Fri Jun 23 22:25:35 2006 From: snlei at qingcha.org (=?GB2312?B?x+Wy6A==?=) Date: Sat, 24 Jun 2006 13:25:35 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> Message-ID: <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> 深表同情......... 在06-6-24,黄叶 写道: > > 嘿嘿,我最近在python的邮件列表可出名了。 > > 我发一个帖子《开发web有必要用python么》 > 结果成了中国自古以来的最有名的Toller。 > 呵呵。 > 这个社区真的是生人勿近阿。 > 怕怕的说, > > 而且直接在网上暴露人家的真实姓名,截取讨论邮件中的部分语言,轻易的下结论。 > > 真是可怕! > > > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- http://qingcha.org 技术文章收集小站 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060624/a71e0c09/attachment.html From snlei at qingcha.org Fri Jun 23 22:25:35 2006 From: snlei at qingcha.org (=?GB2312?B?x+Wy6A==?=) Date: Sat, 24 Jun 2006 13:25:35 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> Message-ID: <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> 深表同情......... 在06-6-24,黄叶 写道: > > 嘿嘿,我最近在python的邮件列表可出名了。 > > 我发一个帖子《开发web有必要用python么》 > 结果成了中国自古以来的最有名的Toller。 > 呵呵。 > 这个社区真的是生人勿近阿。 > 怕怕的说, > > 而且直接在网上暴露人家的真实姓名,截取讨论邮件中的部分语言,轻易的下结论。 > > 真是可怕! > > > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- http://qingcha.org 技术文章收集小站 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060624/a71e0c09/attachment-0001.html From hylinux at gmail.com Fri Jun 23 22:35:44 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Sat, 24 Jun 2006 13:35:44 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> Message-ID: <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> 谢谢啊。 真是比较的郁闷,其实说起来,也是我自己找的, 但是感觉python.cn社区的人有点过分,心里不忿阿。 是唯一一个没有经得当事人同意就使用当事人真实姓名, 当事人的电子邮件,在文章里批评,并且 只引用当事人一部分言论下结论, 而不交代前因后果, 唯一一个说其他语言是邪教的社区。 可能都比较年轻吧, 现在的感觉除了后怕就后怕。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060624/db0d77bb/attachment.html From snlei at qingcha.org Fri Jun 23 22:25:35 2006 From: snlei at qingcha.org (=?GB2312?B?x+Wy6A==?=) Date: Sat, 24 Jun 2006 13:25:35 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> Message-ID: <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> 深表同情......... 在06-6-24,黄叶 写道: > > 嘿嘿,我最近在python的邮件列表可出名了。 > > 我发一个帖子《开发web有必要用python么》 > 结果成了中国自古以来的最有名的Toller。 > 呵呵。 > 这个社区真的是生人勿近阿。 > 怕怕的说, > > 而且直接在网上暴露人家的真实姓名,截取讨论邮件中的部分语言,轻易的下结论。 > > 真是可怕! > > > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- http://qingcha.org 技术文章收集小站 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060624/a71e0c09/attachment-0002.html From shanleiguang at gmail.com Sat Jun 24 03:18:22 2006 From: shanleiguang at gmail.com (Shan Leiguang) Date: Sat, 24 Jun 2006 18:18:22 +0800 Subject: [PerlChina] China-pm Digest, Vol 14, Issue 17 In-Reply-To: References: Message-ID: 为什么都是乱码? On 6/24/06, china-pm-request at pm.org wrote: > > Send China-pm mailing list submissions to > china-pm at pm.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.pm.org/mailman/listinfo/china-pm > or, via email, send a message with subject or body 'help' to > china-pm-request at pm.org > > You can reach the person managing the list at > china-pm-owner at pm.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of China-pm digest..." > > > Today's Topics: > > 1. Re: =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= > (=?GB2312?B?u8bStg==?=) > 2. Re: =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= (fayland) > 3. Re: =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= > (=?GB2312?B?u8bStg==?=) > 4. Re: China-pm Digest, Vol 14, Issue 16 (Uliyas Fan) > 5. Re: =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= > (haidong jia) > 6. Re: China-pm Digest, Vol 14, Issue 16 (haidong jia) > 7. Re: =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= > (=?GB2312?B?u8bStg==?=) > 8. =?gb2312?b?WUFQQzo6TkE6OjIwMDYg1qW807jn?= (Qiang (James) Li) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 23 Jun 2006 09:35:54 +0800 > From: "=?GB2312?B?u8bStg==?=" > Subject: Re: [PerlChina] > =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= > To: china-pm at pm.org > Message-ID: > <74646cb40606221835w7932a7b9u72ebc8e5c18b7488 at mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > ����������û�취 > ��λ�ܸ�����ʾ > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://mail.pm.org/pipermail/china-pm/attachments/20060623/54520ade/attachment.htm > > ------------------------------ > > Message: 2 > Date: Fri, 23 Jun 2006 01:40:29 +0000 > From: fayland > Subject: Re: [PerlChina] > =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= > To: china-pm at pm.org > Message-ID: <449B468D.5000600 at gmail.com> > Content-Type: text/plain; charset=GB2312 > > ��Ҷ wrote: > > ����������û�취 > > ��λ�ܸ�����ʾ > > > > use ExtUtils::Installed; > > my $inst = ExtUtils::Installed->new(); > print join "\n", $inst->modules(); > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > -- > Fayland Lam // http://www.fayland.org/ > > > > ------------------------------ > > Message: 3 > Date: Fri, 23 Jun 2006 11:30:01 +0800 > From: "=?GB2312?B?u8bStg==?=" > Subject: Re: [PerlChina] > =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= > To: china-pm at pm.org > Message-ID: > <74646cb40606222030v1d247d50pc8fcee1599e733d5 at mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > ллFlandy > > ������һ�����⣬�����Dz���ֻ���г�һЩ���ⰲװ��ģ�飿 > ���ǿ����г����е�ģ���أ� > > лл > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://mail.pm.org/pipermail/china-pm/attachments/20060623/f7c5c73b/attachment.htm > > ------------------------------ > > Message: 4 > Date: Fri, 23 Jun 2006 11:52:31 +0800 > From: "Uliyas Fan" > Subject: Re: [PerlChina] China-pm Digest, Vol 14, Issue 16 > To: china-pm at pm.org > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > 谁能给了例子,或是个URL解释下如何使用吗? > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://mail.pm.org/pipermail/china-pm/attachments/20060623/02bc1cf8/attachment.htm > > ------------------------------ > > Message: 5 > Date: Fri, 23 Jun 2006 12:19:15 +0800 > From: "haidong jia" > Subject: Re: [PerlChina] > =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= > To: china-pm at pm.org > Message-ID: > > Content-Type: text/plain; charset="gb2312" > > ����һ�£����ǿ����յ��ҵ��ʼ���? > > ��06-6-23��Ҷ д�� > > > > ллFlandy > > > > ������һ�����⣬�����Dz���ֻ���г�һЩ���ⰲװ��ģ�飿 > > ���ǿ����г����е�ģ���أ� > > > > лл > > > > > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://mail.pm.org/pipermail/china-pm/attachments/20060623/e3133fd6/attachment.htm > > ------------------------------ > > Message: 6 > Date: Fri, 23 Jun 2006 12:19:33 +0800 > From: "haidong jia" > Subject: Re: [PerlChina] China-pm Digest, Vol 14, Issue 16 > To: china-pm at pm.org > Message-ID: > > Content-Type: text/plain; charset="gb2312" > > �ĸ�? > > 2006/6/23, Uliyas Fan : > > > > ˭�ܸ������ӣ��Ǹ�URL����������ʹ���� > > > > > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://mail.pm.org/pipermail/china-pm/attachments/20060623/2d41240e/attachment.htm > > ------------------------------ > > Message: 7 > Date: Fri, 23 Jun 2006 12:58:16 +0800 > From: "=?GB2312?B?u8bStg==?=" > Subject: Re: [PerlChina] > =?gb2312?b?yOe6zrLpv7TS0b6tsLLXsLXEcGVybMSjv+k=?= > To: china-pm at pm.org > Message-ID: > <74646cb40606222158h3172be1dn835aead5674ce1bb at mail.gmail.com> > Content-Type: text/plain; charset="gb2312" > > ���ԡ� > > > ��06-6-23haidong jia д�� > > > > ����һ�£����ǿ����յ��ҵ��ʼ���? > > > > ��06-6-23��Ҷ д�� > > > > > > ллFlandy > > > > ������һ�����⣬�����Dz���ֻ���г�һЩ���ⰲװ��ģ�飿 > > ���ǿ����г����е�ģ���أ� > > > > лл > > > > > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://mail.pm.org/pipermail/china-pm/attachments/20060623/3f3bcec9/attachment.htm > > ------------------------------ > > Message: 8 > Date: Fri, 23 Jun 2006 05:58:52 -0600 > From: "Qiang (James) Li" > Subject: [PerlChina] =?gb2312?b?WUFQQzo6TkE6OjIwMDYg1qW807jn?= > To: china-pm at pm.org > Message-ID: > <4ab5ddef0606230458xecd92c2qfc580082a658d1f1 at mail.gmail.com> > Content-Type: text/plain; charset=GB2312; format=flowed > > ��һ����һֱ��æ����ȥ֥�Ӹ��μ� YAPC ������ :-) > > ����������������һƪ YAPC �����¡� > > Qiang > > www.yapcchicago.org > > ------------------------------ > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > > End of China-pm Digest, Vol 14, Issue 17 > **************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060624/d3665bd3/attachment-0001.html From ywomol at gmail.com Sat Jun 24 03:30:42 2006 From: ywomol at gmail.com (YW) Date: Sat, 24 Jun 2006 18:30:42 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> Message-ID: 你说了什么?给他们泼冷水?? @_@ On 6/24/06, 黄叶 wrote: > 谢谢啊。 > 真是比较的郁闷,其实说起来,也是我自己找的, > 但是感觉python.cn社区的人有点过分,心里不忿阿。 > 是唯一一个没有经得当事人同意就使用当事人真实姓名, 当事人的电子邮件,在文章里批评,并且 > 只引用当事人一部分言论下结论, 而不交代前因后果, 唯一一个说其他语言是邪教的社区。 > > 可能都比较年轻吧, > 现在的感觉除了后怕就后怕。 From wanliyou at gmail.com Sat Jun 24 05:37:45 2006 From: wanliyou at gmail.com (=?GB2312?B?zfLBpg==?=) Date: Sat, 24 Jun 2006 20:37:45 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> Message-ID: <41143d8f0606240537q6ead18d9r7c5af03735dbb5dc@mail.gmail.com> 算了,真的没意思,其实现在老板说用perl就perl,python就python,没啥好多说的,朋友可苦了,我也在那边看你被拍了,同情。 On 6/24/06, 黄叶 wrote: > > 谢谢啊。 > 真是比较的郁闷,其实说起来,也是我自己找的, > 但是感觉python.cn社区的人有点过分,心里不忿阿。 > 是唯一一个没有经得当事人同意就使用当事人真实姓名, 当事人的电子邮件,在文章里批评,并且 > 只引用当事人一部分言论下结论, 而不交代前因后果, 唯一一个说其他语言是邪教的社区。 > > 可能都比较年轻吧, > 现在的感觉除了后怕就后怕。 > > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- --==Best Regards From WanLi==-- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060624/865cd6ef/attachment.html From dbanotes at gmail.com Sat Jun 24 07:13:26 2006 From: dbanotes at gmail.com (David Feng) Date: Sat, 24 Jun 2006 22:13:26 +0800 Subject: [PerlChina] =?utf-8?b?5Zi/5Zi/77yM5oiR5pyA6L+R5ZyocHl0aG9u6YKu?= =?utf-8?b?5Lu25YiX6KGo5Y+v5Ye65ZCN5LqG?= In-Reply-To: <41143d8f0606240537q6ead18d9r7c5af03735dbb5dc@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> <41143d8f0606240537q6ead18d9r7c5af03735dbb5dc@mail.gmail.com> Message-ID: <6622a16f0606240713h692876aenad3a02d4b0072ecb@mail.gmail.com> 这一类话题的发起者总是会受到批评的,呵呵 On 6/24/06, 万力 wrote: > > 算了,真的没意思,其实现在老板说用perl就perl,python就python,没啥好多说的,朋友可苦了,我也在那边看你被拍了,同情。 > > > On 6/24/06, 黄叶 wrote: > > > 谢谢啊。 > 真是比较的郁闷,其实说起来,也是我自己找的, > 但是感觉python.cn社区的人有点过分,心里不忿阿。 > 是唯一一个没有经得当事人同意就使用当事人真实姓名, 当事人的电子邮件,在文章里批评,并且 > 只引用当事人一部分言论下结论, 而不交代前因后果, 唯一一个说其他语言是邪教的社区。 > > 可能都比较年轻吧, > 现在的感觉除了后怕就后怕。 > > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > > > > -- > --==Best Regards From WanLi==-- > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- Meet me at my blog: http://www.dbanotes.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060624/6bd86788/attachment.html From fujucso at gmail.com Sat Jun 24 08:47:10 2006 From: fujucso at gmail.com (Huan Wang) Date: Sat, 24 Jun 2006 23:47:10 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <6622a16f0606240713h692876aenad3a02d4b0072ecb@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> <41143d8f0606240537q6ead18d9r7c5af03735dbb5dc@mail.gmail.com> <6622a16f0606240713h692876aenad3a02d4b0072ecb@mail.gmail.com> Message-ID: 呵呵,python的邮件列表是多少呢? 我也订下看看~~ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060624/4bff87c0/attachment.html From glumtail at gmail.com Sat Jun 24 20:54:55 2006 From: glumtail at gmail.com (glumtail) Date: Sun, 25 Jun 2006 11:54:55 +0800 Subject: [PerlChina] =?utf-8?b?5Zi/5Zi/77yM5oiR5pyA6L+R5ZyocHl0aG9u6YKu?= =?utf-8?b?5Lu25YiX6KGo5Y+v5Ye65ZCN5LqG?= In-Reply-To: <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> Message-ID: <449E090F.8070702@gmail.com> 我也确实比较讨厌年轻后生,有些做法真的缺乏基本的礼节。 黄叶 wrote: > 谢谢啊。 > 真是比较的郁闷,其实说起来,也是我自己找的, > 但是感觉python.cn社区的人有点过分,心里不忿阿。 > 是唯一一个没有经得当事人同意就使用当事人真实姓名, 当事人的电子邮件,在 > 文章里批评,并且 > 只引用当事人一部分言论下结论, 而不交代前因后果, 唯一一个说其他语言是 > 邪教的社区。 > > 可能都比较年轻吧, > 现在的感觉除了后怕就后怕。 > > > ------------------------------------------------------------------------ > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm -- GlumTail - 尾巴 From yangyi.cn.gz at gmail.com Sat Jun 24 21:10:23 2006 From: yangyi.cn.gz at gmail.com (yeaha) Date: Sun, 25 Jun 2006 12:10:23 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> Message-ID: <9876c56a0606242110m581de18xdf05df7cdfc89ab9@mail.gmail.com> 同情你的遭遇,擅自公开别人的真实姓名的人该遭强烈鄙视。 但是轻易的就上升到某某社区的人怎么怎么样,就和那些轻易指责perl社区又怎么怎么样的人差不多。 所以是谁不对就最好把那个人(或者那几个人)点出来说,免得不小心就搞成社区之间的对立。 这年头道听途说不用大脑的人有点多,得对他们负点责。两边的人吵来吵去相信不是黄叶的初衷。 在06-6-24,黄叶 写道: > > 谢谢啊。 > 真是比较的郁闷,其实说起来,也是我自己找的, > 但是感觉python.cn社区的人有点过分,心里不忿阿。 > 是唯一一个没有经得当事人同意就使用当事人真实姓名, 当事人的电子邮件,在文章里批评,并且 > 只引用当事人一部分言论下结论, 而不交代前因后果, 唯一一个说其他语言是邪教的社区。 > > 可能都比较年轻吧, > 现在的感觉除了后怕就后怕。 > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060625/69ae52f4/attachment.html From hylinux at gmail.com Sun Jun 25 19:12:24 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Mon, 26 Jun 2006 10:12:24 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <9876c56a0606242110m581de18xdf05df7cdfc89ab9@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> <9876c56a0606242110m581de18xdf05df7cdfc89ab9@mail.gmail.com> Message-ID: <74646cb40606251912oa15e908m4d26b71fb93533ee@mail.gmail.com> 是的,我的结论确实下得有点早。 收回我的结论。 楼上的批评的对。 谢谢。 不管怎么样,此事对我来说是告一段落,结果是我退订和退出。 实在不行只好付诸法律了。 无奈。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/5f767230/attachment.html From cntoby at gmail.com Sun Jun 25 20:00:49 2006 From: cntoby at gmail.com (Toby Lee) Date: Mon, 26 Jun 2006 11:00:49 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <74646cb40606251912oa15e908m4d26b71fb93533ee@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> <9876c56a0606242110m581de18xdf05df7cdfc89ab9@mail.gmail.com> <74646cb40606251912oa15e908m4d26b71fb93533ee@mail.gmail.com> Message-ID: 就因为看到这个关于Python的帖子,我就专门跑了一次Python.cn,不过,犹豫了一下还是没有加入,怕类似的事发生呀。 On 6/26/06, 黄叶 wrote: > 是的,我的结论确实下得有点早。 > 收回我的结论。 > 楼上的批评的对。 > 谢谢。 > > 不管怎么样,此事对我来说是告一段落,结果是我退订和退出。 > 实在不行只好付诸法律了。 > > 无奈。 > > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > From zsp747 at gmail.com Sun Jun 25 21:14:00 2006 From: zsp747 at gmail.com (=?UTF-8?Q?=E5=BC=A0=E6=B2=88_=E9=B9=8F_(ZuRoc)?=) Date: Mon, 26 Jun 2006 12:14:00 +0800 Subject: [PerlChina] =?utf-8?b?5Zi/5Zi/77yM5oiR5pyA6L+R5ZyocHl0aG9u6YKu?= =?utf-8?b?5Lu25YiX6KGo5Y+v5Ye65ZCN5LqG?= In-Reply-To: References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> <9876c56a0606242110m581de18xdf05df7cdfc89ab9@mail.gmail.com> <74646cb40606251912oa15e908m4d26b71fb93533ee@mail.gmail.com> Message-ID: <32b1bf740606252114l3f33c8bexe4e78e066f54e94f@mail.gmail.com> "结果成了中国自古以来的最有名的Toller。" 这里的Toller的中文意思什么啊? 字典的解释是 toller 1. 鸣钟者;钟 2. 征收通行税 不过好像在这儿说不通啊。。。。。。。。。。。。。。 2006/6/26, Toby Lee : > 就因为看到这个关于Python的帖子,我就专门跑了一次Python.cn,不过,犹豫了一下还是没有加入,怕类似的事发生呀。 > > On 6/26/06, 黄叶 wrote: > > 是的,我的结论确实下得有点早。 > > 收回我的结论。 > > 楼上的批评的对。 > > 谢谢。 > > > > 不管怎么样,此事对我来说是告一段落,结果是我退订和退出。 > > 实在不行只好付诸法律了。 > > > > 无奈。 > > > > > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm -- I am an earth-man. From formalin14 at gmail.com Sun Jun 25 21:36:51 2006 From: formalin14 at gmail.com (Achilles Achilles) Date: Mon, 26 Jun 2006 12:36:51 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <32b1bf740606252114l3f33c8bexe4e78e066f54e94f@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> <9876c56a0606242110m581de18xdf05df7cdfc89ab9@mail.gmail.com> <74646cb40606251912oa15e908m4d26b71fb93533ee@mail.gmail.com> <32b1bf740606252114l3f33c8bexe4e78e066f54e94f@mail.gmail.com> Message-ID: <4a6c0ba80606252136q7749b5f6x9202ce7bf1e1e4bb@mail.gmail.com> 很多程序员都是只会一门语言,并且很狭隘,跟其他语言都跟有仇似的。 -- --------------------------- Achilles Xu http://www.lazycode.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/6e1e5d45/attachment.html From wanliyou at gmail.com Sun Jun 25 21:40:59 2006 From: wanliyou at gmail.com (=?ISO-2022-JP?B?GyRCS3xOTxsoQg==?=) Date: Mon, 26 Jun 2006 12:40:59 +0800 Subject: [PerlChina] =?gb2312?b?V29yZMDvU2VsZWN0aW9uLk1vdmVEb3dutcTKudPD?= Message-ID: <41143d8f0606252140p5695ad9br93991c8498dc7d5@mail.gmail.com> Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里没问题,但在Jscript里就通不过了,说是未定义。这个参数在Jscript里怎么设呢? 谢谢! -- --==Best Regards From WanLi==-- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/4cb77beb/attachment.html From formalin14 at gmail.com Sun Jun 25 21:43:30 2006 From: formalin14 at gmail.com (Achilles Achilles) Date: Mon, 26 Jun 2006 12:43:30 +0800 Subject: [PerlChina] =?gb2312?b?V29yZMDvU2VsZWN0aW9uLk1vdmVEb3dutcTKudPD?= In-Reply-To: <41143d8f0606252140p5695ad9br93991c8498dc7d5@mail.gmail.com> References: <41143d8f0606252140p5695ad9br93991c8498dc7d5@mail.gmail.com> Message-ID: <4a6c0ba80606252143p6e880ee2t2d14e2089ac88c69@mail.gmail.com> 这是个整数常量吧,你在vba里把它打出来看看是多少,在js里直接写整数就行。 On 6/26/06, 万力 wrote: > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里没问题,但在Jscript里就通不过了,说是未定义。这个参数在Jscript里怎么设呢? > 谢谢! > > > -- > --==Best Regards From WanLi==-- > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- --------------------------- Achilles Xu http://www.lazycode.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/6bd2bb6a/attachment.html From wanliyou at gmail.com Sun Jun 25 21:46:03 2006 From: wanliyou at gmail.com (=?GB2312?B?zfLBpg==?=) Date: Mon, 26 Jun 2006 12:46:03 +0800 Subject: [PerlChina] =?gb2312?b?V29yZMDvU2VsZWN0aW9uLk1vdmVEb3dutcTKudPD?= In-Reply-To: <4a6c0ba80606252143p6e880ee2t2d14e2089ac88c69@mail.gmail.com> References: <41143d8f0606252140p5695ad9br93991c8498dc7d5@mail.gmail.com> <4a6c0ba80606252143p6e880ee2t2d14e2089ac88c69@mail.gmail.com> Message-ID: <41143d8f0606252146i3168edcof2e3184a3eba2c89@mail.gmail.com> 不是的wdLine是一个属性,声明换的是行,后面count声明的是行数。 但Jscript里wdline怎么写就不知道了 On 6/26/06, Achilles Achilles wrote: > > 这是个整数常量吧,你在vba里把它打出来看看是多少,在js里直接写整数就行。 > > On 6/26/06, 万力 wrote: > > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里没问题,但在Jscript里就通不过了,说是未定义。这个参数在Jscript里怎么设呢? > 谢谢! > > > -- > --==Best Regards From WanLi==-- > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > > > > > -- > --------------------------- > Achilles Xu > http://www.lazycode.org > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- --==Best Regards From WanLi==-- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/729a9767/attachment.html From wanliyou at gmail.com Sun Jun 25 21:47:41 2006 From: wanliyou at gmail.com (=?GB2312?B?zfLBpg==?=) Date: Mon, 26 Jun 2006 12:47:41 +0800 Subject: [PerlChina] =?gb2312?b?V29yZMDvU2VsZWN0aW9uLk1vdmVEb3dutcTKudPD?= In-Reply-To: <41143d8f0606252146i3168edcof2e3184a3eba2c89@mail.gmail.com> References: <41143d8f0606252140p5695ad9br93991c8498dc7d5@mail.gmail.com> <4a6c0ba80606252143p6e880ee2t2d14e2089ac88c69@mail.gmail.com> <41143d8f0606252146i3168edcof2e3184a3eba2c89@mail.gmail.com> Message-ID: <41143d8f0606252147x7d9125a8t791515563d374145@mail.gmail.com> 这是我录的 macro的一部分: Selection.MoveDown Unit:=wdLine, Count:=9 On 6/26/06, 万力 wrote: > > 不是的wdLine是一个属性,声明换的是行,后面count声明的是行数。 > 但Jscript里wdline怎么写就不知道了 > > > On 6/26/06, Achilles Achilles wrote: > > > > 这是个整数常量吧,你在vba里把它打出来看看是多少,在js里直接写整数就行。 > > > > On 6/26/06, 万力 < wanliyou at gmail.com> wrote: > > > > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里没问题,但在Jscript里就通不过了,说是未定义。这个参数在Jscript里怎么设呢? > > 谢谢! > > > > > > -- > > --==Best Regards From WanLi==-- > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > -- > > --------------------------- > > Achilles Xu > > http://www.lazycode.org > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > -- > --==Best Regards From WanLi==-- > -- --==Best Regards From WanLi==-- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/0bda7a63/attachment-0001.html From formalin14 at gmail.com Sun Jun 25 21:54:21 2006 From: formalin14 at gmail.com (Achilles Achilles) Date: Mon, 26 Jun 2006 12:54:21 +0800 Subject: [PerlChina] =?gb2312?b?V29yZMDvU2VsZWN0aW9uLk1vdmVEb3dutcTKudPD?= In-Reply-To: <41143d8f0606252147x7d9125a8t791515563d374145@mail.gmail.com> References: <41143d8f0606252140p5695ad9br93991c8498dc7d5@mail.gmail.com> <4a6c0ba80606252143p6e880ee2t2d14e2089ac88c69@mail.gmail.com> <41143d8f0606252146i3168edcof2e3184a3eba2c89@mail.gmail.com> <41143d8f0606252147x7d9125a8t791515563d374145@mail.gmail.com> Message-ID: <4a6c0ba80606252154y405c1787y4c965b90cf78fb82@mail.gmail.com> 从这个macro上看,wdLine还是常量啊。 On 6/26/06, 万力 wrote: > > 这是我录的 macro的一部分: > > Selection.MoveDown Unit:=wdLine, Count:=9 > > > On 6/26/06, 万力 wrote: > > > > 不是的wdLine是一个属性,声明换的是行,后面count声明的是行数。 > > 但Jscript里wdline怎么写就不知道了 > > > > > > On 6/26/06, Achilles Achilles wrote: > > > > > > 这是个整数常量吧,你在vba里把它打出来看看是多少,在js里直接写整数就行。 > > > > > > On 6/26/06, 万力 < wanliyou at gmail.com> wrote: > > > > > > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里没问题,但在Jscript里就通不过了,说是未定义。这个参数在Jscript里怎么设呢? > > > 谢谢! > > > > > > > > > -- > > > --==Best Regards From WanLi==-- > > > > > > _______________________________________________ > > > China-pm mailing list > > > China-pm at pm.org > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > -- > > > --------------------------- > > > Achilles Xu > > > http://www.lazycode.org > > > > > > _______________________________________________ > > > China-pm mailing list > > > China-pm at pm.org > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > -- > > --==Best Regards From WanLi==-- > > > > > > -- > --==Best Regards From WanLi==-- > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- --------------------------- Achilles Xu http://www.lazycode.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/7bf73309/attachment.html From wanliyou at gmail.com Sun Jun 25 22:04:48 2006 From: wanliyou at gmail.com (=?GB2312?B?zfLBpg==?=) Date: Mon, 26 Jun 2006 13:04:48 +0800 Subject: [PerlChina] =?gb2312?b?V29yZMDvU2VsZWN0aW9uLk1vdmVEb3dutcTKudPD?= In-Reply-To: <4a6c0ba80606252154y405c1787y4c965b90cf78fb82@mail.gmail.com> References: <41143d8f0606252140p5695ad9br93991c8498dc7d5@mail.gmail.com> <4a6c0ba80606252143p6e880ee2t2d14e2089ac88c69@mail.gmail.com> <41143d8f0606252146i3168edcof2e3184a3eba2c89@mail.gmail.com> <41143d8f0606252147x7d9125a8t791515563d374145@mail.gmail.com> <4a6c0ba80606252154y405c1787y4c965b90cf78fb82@mail.gmail.com> Message-ID: <41143d8f0606252204q3b890ff4keaa43a539cea1e17@mail.gmail.com> 它指的是movedown的方式 On 6/26/06, Achilles Achilles wrote: > > 从这个macro上看,wdLine还是常量啊。 > > > On 6/26/06, 万力 wrote: > > > > 这是我录的 macro的一部分: > > > > Selection.MoveDown Unit:=wdLine, Count:=9 > > > > > > On 6/26/06, 万力 wrote: > > > > > > 不是的wdLine是一个属性,声明换的是行,后面count声明的是行数。 > > > 但Jscript里wdline怎么写就不知道了 > > > > > > > > > On 6/26/06, Achilles Achilles wrote: > > > > > > > > 这是个整数常量吧,你在vba里把它打出来看看是多少,在js里直接写整数就行。 > > > > > > > > On 6/26/06, 万力 < wanliyou at gmail.com> wrote: > > > > > > > > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里没问题,但在Jscript里就通不过了,说是未定义。这个参数在Jscript里怎么设呢? > > > > 谢谢! > > > > > > > > > > > > -- > > > > --==Best Regards From WanLi==-- > > > > > > > > _______________________________________________ > > > > China-pm mailing list > > > > China-pm at pm.org > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > > > > > -- > > > > --------------------------- > > > > Achilles Xu > > > > http://www.lazycode.org > > > > > > > > _______________________________________________ > > > > China-pm mailing list > > > > China-pm at pm.org > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > -- > > > --==Best Regards From WanLi==-- > > > > > > > > > > > -- > > --==Best Regards From WanLi==-- > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > -- > --------------------------- > Achilles Xu > http://www.lazycode.org > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- --==Best Regards From WanLi==-- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/c1ab6d11/attachment.html From formalin14 at gmail.com Sun Jun 25 22:30:31 2006 From: formalin14 at gmail.com (Achilles Achilles) Date: Mon, 26 Jun 2006 13:30:31 +0800 Subject: [PerlChina] =?gb2312?b?V29yZMDvU2VsZWN0aW9uLk1vdmVEb3dutcTKudPD?= In-Reply-To: <41143d8f0606252204q3b890ff4keaa43a539cea1e17@mail.gmail.com> References: <41143d8f0606252140p5695ad9br93991c8498dc7d5@mail.gmail.com> <4a6c0ba80606252143p6e880ee2t2d14e2089ac88c69@mail.gmail.com> <41143d8f0606252146i3168edcof2e3184a3eba2c89@mail.gmail.com> <41143d8f0606252147x7d9125a8t791515563d374145@mail.gmail.com> <4a6c0ba80606252154y405c1787y4c965b90cf78fb82@mail.gmail.com> <41143d8f0606252204q3b890ff4keaa43a539cea1e17@mail.gmail.com> Message-ID: <4a6c0ba80606252230ud585fe6r583f26e0ceac45fc@mail.gmail.com> 你把他显示出来看看好不好?不听算了。 On 6/26/06, 万力 wrote: > > 它指的是movedown的方式 > > > On 6/26/06, Achilles Achilles wrote: > > > > 从这个macro上看,wdLine还是常量啊。 > > > > > > On 6/26/06, 万力 wrote: > > > > > > 这是我录的 macro的一部分: > > > > > > Selection.MoveDown Unit:=wdLine, Count:=9 > > > > > > > > > On 6/26/06, 万力 wrote: > > > > > > > > 不是的wdLine是一个属性,声明换的是行,后面count声明的是行数。 > > > > 但Jscript里wdline怎么写就不知道了 > > > > > > > > > > > > On 6/26/06, Achilles Achilles wrote: > > > > > > > > > > 这是个整数常量吧,你在vba里把它打出来看看是多少,在js里直接写整数就行。 > > > > > > > > > > On 6/26/06, 万力 < wanliyou at gmail.com> wrote: > > > > > > > > > > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里没问题,但在Jscript里就通不过了,说是未定义。这个参数在Jscript里怎么设呢? > > > > > 谢谢! > > > > > > > > > > > > > > > -- > > > > > --==Best Regards From WanLi==-- > > > > > > > > > > _______________________________________________ > > > > > China-pm mailing list > > > > > China-pm at pm.org > > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > --------------------------- > > > > > Achilles Xu > > > > > http://www.lazycode.org > > > > > > > > > > _______________________________________________ > > > > > China-pm mailing list > > > > > China-pm at pm.org > > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > > > > > > -- > > > > --==Best Regards From WanLi==-- > > > > > > > > > > > > > > > > -- > > > --==Best Regards From WanLi==-- > > > > > > _______________________________________________ > > > China-pm mailing list > > > China-pm at pm.org > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > -- > > --------------------------- > > Achilles Xu > > http://www.lazycode.org > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > -- > --==Best Regards From WanLi==-- > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- --------------------------- Achilles Xu http://www.lazycode.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/b09c53fa/attachment-0001.html From wanliyou at gmail.com Sun Jun 25 22:40:55 2006 From: wanliyou at gmail.com (=?GB2312?B?zfLBpg==?=) Date: Mon, 26 Jun 2006 13:40:55 +0800 Subject: [PerlChina] =?gb2312?b?V29yZMDvU2VsZWN0aW9uLk1vdmVEb3dutcTKudPD?= In-Reply-To: <4a6c0ba80606252230ud585fe6r583f26e0ceac45fc@mail.gmail.com> References: <41143d8f0606252140p5695ad9br93991c8498dc7d5@mail.gmail.com> <4a6c0ba80606252143p6e880ee2t2d14e2089ac88c69@mail.gmail.com> <41143d8f0606252146i3168edcof2e3184a3eba2c89@mail.gmail.com> <41143d8f0606252147x7d9125a8t791515563d374145@mail.gmail.com> <4a6c0ba80606252154y405c1787y4c965b90cf78fb82@mail.gmail.com> <41143d8f0606252204q3b890ff4keaa43a539cea1e17@mail.gmail.com> <4a6c0ba80606252230ud585fe6r583f26e0ceac45fc@mail.gmail.com> Message-ID: <41143d8f0606252240g4e401a5fq2c8db5883061b5ab@mail.gmail.com> 什么意思?显示出来?怎么显示?我说了wdLine不是某个变量。不信你录个macro试试看就知道了。只是属性而已啊。后面的count才是吧? 别急嘛,不是讨论问题么,呵呵 On 6/26/06, Achilles Achilles wrote: > > 你把他显示出来看看好不好?不听算了。 > > > On 6/26/06, 万力 wrote: > > > > 它指的是movedown的方式 > > > > > > On 6/26/06, Achilles Achilles wrote: > > > > > > 从这个macro上看,wdLine还是常量啊。 > > > > > > > > > On 6/26/06, 万力 wrote: > > > > > > > > 这是我录的 macro的一部分: > > > > > > > > Selection.MoveDown Unit:=wdLine, Count:=9 > > > > > > > > > > > > On 6/26/06, 万力 wrote: > > > > > > > > > > 不是的wdLine是一个属性,声明换的是行,后面count声明的是行数。 > > > > > 但Jscript里wdline怎么写就不知道了 > > > > > > > > > > > > > > > On 6/26/06, Achilles Achilles wrote: > > > > > > > > > > > > 这是个整数常量吧,你在vba里把它打出来看看是多少,在js里直接写整数就行。 > > > > > > > > > > > > On 6/26/06, 万力 < wanliyou at gmail.com> wrote: > > > > > > > > > > > > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里没问题,但在Jscript里就通不过了,说是未定义。这个参数在Jscript里怎么设呢? > > > > > > 谢谢! > > > > > > > > > > > > > > > > > > -- > > > > > > --==Best Regards From WanLi==-- > > > > > > > > > > > > _______________________________________________ > > > > > > China-pm mailing list > > > > > > China-pm at pm.org > > > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > --------------------------- > > > > > > Achilles Xu > > > > > > http://www.lazycode.org > > > > > > > > > > > > _______________________________________________ > > > > > > China-pm mailing list > > > > > > China-pm at pm.org > > > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > --==Best Regards From WanLi==-- > > > > > > > > > > > > > > > > > > > > > -- > > > > --==Best Regards From WanLi==-- > > > > > > > > _______________________________________________ > > > > China-pm mailing list > > > > China-pm at pm.org > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > -- > > > --------------------------- > > > Achilles Xu > > > http://www.lazycode.org > > > > > > _______________________________________________ > > > China-pm mailing list > > > China-pm at pm.org > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > -- > > --==Best Regards From WanLi==-- > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > -- > --------------------------- > Achilles Xu > http://www.lazycode.org > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- --==Best Regards From WanLi==-- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/87a75e47/attachment.html From formalin14 at gmail.com Sun Jun 25 23:32:52 2006 From: formalin14 at gmail.com (Achilles Achilles) Date: Mon, 26 Jun 2006 14:32:52 +0800 Subject: [PerlChina] =?gb2312?b?V29yZMDvU2VsZWN0aW9uLk1vdmVEb3dutcTKudPD?= In-Reply-To: <41143d8f0606252240g4e401a5fq2c8db5883061b5ab@mail.gmail.com> References: <41143d8f0606252140p5695ad9br93991c8498dc7d5@mail.gmail.com> <4a6c0ba80606252143p6e880ee2t2d14e2089ac88c69@mail.gmail.com> <41143d8f0606252146i3168edcof2e3184a3eba2c89@mail.gmail.com> <41143d8f0606252147x7d9125a8t791515563d374145@mail.gmail.com> <4a6c0ba80606252154y405c1787y4c965b90cf78fb82@mail.gmail.com> <41143d8f0606252204q3b890ff4keaa43a539cea1e17@mail.gmail.com> <4a6c0ba80606252230ud585fe6r583f26e0ceac45fc@mail.gmail.com> <41143d8f0606252240g4e401a5fq2c8db5883061b5ab@mail.gmail.com> Message-ID: <4a6c0ba80606252332k53905033u4e954b5985cf5aa1@mail.gmail.com> 属性的值,你就不能output出来吗?比如: MsgBox wdLine On 6/26/06, 万力 wrote: > > > 什么意思?显示出来?怎么显示?我说了wdLine不是某个变量。不信你录个macro试试看就知道了。只是属性而已啊。后面的count才是吧? > 别急嘛,不是讨论问题么,呵呵 > > > On 6/26/06, Achilles Achilles wrote: > > > > 你把他显示出来看看好不好?不听算了。 > > > > > > On 6/26/06, 万力 wrote: > > > > > > 它指的是movedown的方式 > > > > > > > > > On 6/26/06, Achilles Achilles wrote: > > > > > > > > 从这个macro上看,wdLine还是常量啊。 > > > > > > > > > > > > On 6/26/06, 万力 wrote: > > > > > > > > > > 这是我录的 macro的一部分: > > > > > > > > > > Selection.MoveDown Unit:=wdLine, Count:=9 > > > > > > > > > > > > > > > On 6/26/06, 万力 wrote: > > > > > > > > > > > > 不是的wdLine是一个属性,声明换的是行,后面count声明的是行数。 > > > > > > 但Jscript里wdline怎么写就不知道了 > > > > > > > > > > > > > > > > > > On 6/26/06, Achilles Achilles wrote: > > > > > > > > > > > > > > 这是个整数常量吧,你在vba里把它打出来看看是多少,在js里直接写整数就行。 > > > > > > > > > > > > > > On 6/26/06, 万力 < wanliyou at gmail.com> wrote: > > > > > > > > > > > > > > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里没问题,但在Jscript里就通不过了,说是未定义。这个参数在Jscript里怎么设呢? > > > > > > > 谢谢! > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > --==Best Regards From WanLi==-- > > > > > > > > > > > > > > _______________________________________________ > > > > > > > China-pm mailing list > > > > > > > China-pm at pm.org > > > > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > --------------------------- > > > > > > > Achilles Xu > > > > > > > http://www.lazycode.org > > > > > > > > > > > > > > _______________________________________________ > > > > > > > China-pm mailing list > > > > > > > China-pm at pm.org > > > > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > --==Best Regards From WanLi==-- > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > --==Best Regards From WanLi==-- > > > > > > > > > > _______________________________________________ > > > > > China-pm mailing list > > > > > China-pm at pm.org > > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > > > > > > -- > > > > --------------------------- > > > > Achilles Xu > > > > http://www.lazycode.org > > > > > > > > _______________________________________________ > > > > China-pm mailing list > > > > China-pm at pm.org > > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > > -- > > > --==Best Regards From WanLi==-- > > > > > > _______________________________________________ > > > China-pm mailing list > > > China-pm at pm.org > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > -- > > --------------------------- > > Achilles Xu > > http://www.lazycode.org > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > -- > --==Best Regards From WanLi==-- > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -- --------------------------- Achilles Xu http://www.lazycode.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/21c143ca/attachment-0001.html From stonezhang33 at hotmail.com Sun Jun 25 23:38:44 2006 From: stonezhang33 at hotmail.com (zhang stone) Date: Mon, 26 Jun 2006 14:38:44 +0800 Subject: [PerlChina] China-pm Digest, Vol 14, Issue 21 In-Reply-To: Message-ID: >From: china-pm-request at pm.org >Reply-To: china-pm at pm.org >To: china-pm at pm.org >Subject: China-pm Digest, Vol 14, Issue 21 >Date: Sun, 25 Jun 2006 21:47:58 -0700 > >Send China-pm mailing list submissions to > china-pm at pm.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://mail.pm.org/mailman/listinfo/china-pm >or, via email, send a message with subject or body 'help' to > china-pm-request at pm.org > >You can reach the person managing the list at > china-pm-owner at pm.org > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of China-pm digest..." > > >Today's Topics: > > 1. Re: 嘿嘿,我最近在python邮件列表可出名了 > ( 黄叶 ) > 2. Re: 嘿嘿,我最近在python邮件列表可出名了 > (Toby Lee) > 3. Re: 嘿嘿,我最近在python邮件列表可出名了 > ( 张沈 �(ZuRoc) ) > 4. Re: 嘿嘿,我最近在python邮件列表可出名了 > (Achilles Achilles) > 5. Word里Selection.MoveDown的使�( 万力 ) > 6. Re: Word里Selection.MoveDown的使�(Achilles Achilles) > 7. Re: Word里Selection.MoveDown的使�( 万力 ) > 8. Re: Word里Selection.MoveDown的使�( 万力 ) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Mon, 26 Jun 2006 10:12:24 +0800 >From: " 黄叶 " >Subject: Re: [PerlChina] > 嘿嘿,我最近在python邮件列表可出名了 >To: china-pm at pm.org >Message-ID: > <74646cb40606251912oa15e908m4d26b71fb93533ee at mail.gmail.com> >Content-Type: text/plain; charset="gb2312" > >是的,我的结论确实下得有点早�>收回我的结论�>楼上 的批评的对�>谢谢�> >不管怎么样,此事对我来说是告一段落,结果是我退订和 退出�>实在不行只好付诸法律了�> >无奈�>-------------- next part -------------- >An HTML attachment was scrubbed... >URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/5f767230/attachment-0001.html > >------------------------------ > >Message: 2 >Date: Mon, 26 Jun 2006 11:00:49 +0800 >From: "Toby Lee" >Subject: Re: [PerlChina] > 嘿嘿,我最近在python邮件列表可出名了 >To: china-pm at pm.org >Message-ID: > >Content-Type: text/plain; charset=GB2312; format=flowed > >就因为看到这个关于Python的帖子,我就专门跑了一次P ython.cn,不过,犹豫了一下还是没有加入,怕类似的事发��呀�> >On 6/26/06, 黄叶 wrote: > > 是的,我的结论确实下得有点早�> > 收回我的结论�> > 楼上的批评的对�> > 谢谢�> > > > 不管怎么样,此事对我来说是告一段落,结果是我退��和退出�> > 实在不行只好付诸法律了�> > > > 无奈�> > > > > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > >------------------------------ > >Message: 3 >Date: Mon, 26 Jun 2006 12:14:00 +0800 >From: " 张沈 �(ZuRoc) " >Subject: Re: [PerlChina] > 嘿嘿,我最近在python邮件列表可出名了 >To: china-pm at pm.org >Message-ID: > <32b1bf740606252114l3f33c8bexe4e78e066f54e94f at mail.gmail.com> >Content-Type: text/plain; charset=UTF-8; format=flowed > >"结果成了中国自古以来的最有名的Toller�quot; >这里的Toller的中文意思什么啊�> >字典的解释是 >toller >1. 鸣钟��>2. 征收通行�> >不过好像在这儿说不通啊。。。。。。。。。。。。。�?> >2006/6/26, Toby Lee : > > 就因为看到这个关于Python的帖子,我就专门跑了一次P ython.cn,不过,犹豫了一下还是没有加入,怕类似的事发��呀�> > > > On 6/26/06, 黄叶 wrote: > > > 是的,我的结论确实下得有点早�> > > 收回我的结论 �> > > 楼上的批评的对�> > > 谢谢�> > > > > > 不管怎么样,此事对我来说是告一段落,结果是我退 订和退出�> > > 实在不行只好付诸法律了�> > > > > > 无奈�> > > > > > > > > > > > _______________________________________________ > > > China-pm mailing list > > > China-pm at pm.org > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > >-- >I am an earth-man. > >------------------------------ > >Message: 4 >Date: Mon, 26 Jun 2006 12:36:51 +0800 >From: "Achilles Achilles" >Subject: Re: [PerlChina] > 嘿嘿,我最近在python邮件列表可出名了 >To: china-pm at pm.org >Message-ID: > <4a6c0ba80606252136q7749b5f6x9202ce7bf1e1e4bb at mail.gmail.com> >Content-Type: text/plain; charset="gb2312" > >很多程序员都是只会一门语言,并且很狭隘,跟其他语言 都跟有仇似的�> > >-- >--------------------------- >Achilles Xu >http://www.lazycode.org >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/6e1e5d45/attachment-0001.html > >------------------------------ > >Message: 5 >Date: Mon, 26 Jun 2006 12:40:59 +0800 >From: " 万力 " >Subject: [PerlChina] Word里Selection.MoveDown的使�>To: china-pm >Message-ID: > <41143d8f0606252140p5695ad9br93991c8498dc7d5 at mail.gmail.com> >Content-Type: text/plain; charset="gb2312" > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里没 问题,但在Jscript里就通不过了,说是未定义。这个参数在 Jscript里怎么设呢�> 谢谢�> > >-- >--==Best Regards From WanLi==-- >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/4cb77beb/attachment-0001.html > >------------------------------ > >Message: 6 >Date: Mon, 26 Jun 2006 12:43:30 +0800 >From: "Achilles Achilles" >Subject: Re: [PerlChina] Word里Selection.MoveDown的使�>To: china-pm at pm.org >Message-ID: > <4a6c0ba80606252143p6e880ee2t2d14e2089ac88c69 at mail.gmail.com> >Content-Type: text/plain; charset="gb2312" > >这是个整数常量吧,你在vba里把它打出来看看是多少,��js里直接写整数就行�> >On 6/26/06, 万力 wrote: > > > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA里��问题,但在Jscript里就通不过了,说是未定义。这个参数��Jscript里怎么设呢�> > 谢谢�> > > > > > -- > > --==Best Regards From WanLi==-- > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > >-- >--------------------------- >Achilles Xu >http://www.lazycode.org >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/6bd2bb6a/attachment-0001.html > >------------------------------ > >Message: 7 >Date: Mon, 26 Jun 2006 12:46:03 +0800 >From: " 万力 " >Subject: Re: [PerlChina] Word里Selection.MoveDown的使�>To: china-pm at pm.org >Message-ID: > <41143d8f0606252146i3168edcof2e3184a3eba2c89 at mail.gmail.com> >Content-Type: text/plain; charset="gb2312" > >不是的wdLine是一个属性,声明换的是行,后面count声明的��行数�>但Jscript里wdline怎么写就不知道了 > > >On 6/26/06, Achilles Achilles wrote: > > > > 这是个整数常量吧,你在vba里把它打出来看看是多少, 在js里直接写整数就行�> > > > On 6/26/06, 万力 wrote: > > > > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA��没问题,但在Jscript里就通不过了,说是未定义。这个参��在Jscript里怎么设呢�> > 谢谢�> > > > > > -- > > --==Best Regards From WanLi==-- > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > -- > > --------------------------- > > Achilles Xu > > http://www.lazycode.org > > > > _______________________________________________ > > China-pm mailing list > > China-pm at pm.org > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > >-- >--==Best Regards From WanLi==-- >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/729a9767/attachment-0001.html > >------------------------------ > >Message: 8 >Date: Mon, 26 Jun 2006 12:47:41 +0800 >From: " 万力 " >Subject: Re: [PerlChina] Word里Selection.MoveDown的使�>To: china-pm at pm.org >Message-ID: > <41143d8f0606252147x7d9125a8t791515563d374145 at mail.gmail.com> >Content-Type: text/plain; charset="gb2312" > >这是我录�macro的一部分�> >Selection.MoveDown Unit:=wdLine, Count:=9 > > >On 6/26/06, 万力 wrote: > > > > 不是的wdLine是一个属性,声明换的是行,后面count声明 的是行数�> > 但Jscript里wdline怎么写就不知道了 > > > > > > On 6/26/06, Achilles Achilles wrote: > > > > > > 这是个整数常量吧,你在vba里把它打出来看看是多少��在js里直接写整数就行�> > > > > > On 6/26/06, 万力 < wanliyou at gmail.com> wrote: > > > > > > > Selection.MoveDown的Unit参数如果使用wdLine的话在VBA 里没问题,但在Jscript里就通不过了,说是未定义。这个参 数在Jscript里怎么设呢�> > > 谢谢�> > > > > > > > > -- > > > --==Best Regards From WanLi==-- > > > > > > _______________________________________________ > > > China-pm mailing list > > > China-pm at pm.org > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > > > > > -- > > > --------------------------- > > > Achilles Xu > > > http://www.lazycode.org > > > > > > _______________________________________________ > > > China-pm mailing list > > > China-pm at pm.org > > > http://mail.pm.org/mailman/listinfo/china-pm > > > > > > > > > > > -- > > --==Best Regards From WanLi==-- > > > > > >-- >--==Best Regards From WanLi==-- >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: http://mail.pm.org/pipermail/china-pm/attachments/20060626/0bda7a63/attachment.html > >------------------------------ > >_______________________________________________ >China-pm mailing list >China-pm at pm.org >http://mail.pm.org/mailman/listinfo/china-pm > >End of China-pm Digest, Vol 14, Issue 21 >**************************************** �ô������� ? _________________________________________________________________ �����MSN Explorer: http://explorer.msn.com/lccn From haidongj at gmail.com Mon Jun 26 18:38:10 2006 From: haidongj at gmail.com (haidong jia) Date: Tue, 27 Jun 2006 09:38:10 +0800 Subject: [PerlChina] =?gb2312?b?utm62aOsztLX7r381NpweXRob27Tyrz+wdCx7b/J?= =?gb2312?b?s/bD+8HL?= In-Reply-To: <4a6c0ba80606252136q7749b5f6x9202ce7bf1e1e4bb@mail.gmail.com> References: <74646cb40606232211q46ed2706w63d7a4fb54166cc6@mail.gmail.com> <1d07e15c0606232225h7361352bvba2ee4cec9edd66d@mail.gmail.com> <74646cb40606232235r7ef49332l12d4a5fc74b1a3c7@mail.gmail.com> <9876c56a0606242110m581de18xdf05df7cdfc89ab9@mail.gmail.com> <74646cb40606251912oa15e908m4d26b71fb93533ee@mail.gmail.com> <32b1bf740606252114l3f33c8bexe4e78e066f54e94f@mail.gmail.com> <4a6c0ba80606252136q7749b5f6x9202ce7bf1e1e4bb@mail.gmail.com> Message-ID: 哈哈,无论怎样先支持一下 在06-6-26,Achilles Achilles 写道: > > 很多程序员都是只会一门语言,并且很狭隘,跟其他语言都跟有仇似的。 > > > -- > --------------------------- > Achilles Xu > http://www.lazycode.org > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060627/bd9c45fc/attachment.html From ywomol at gmail.com Tue Jun 27 00:05:35 2006 From: ywomol at gmail.com (YW) Date: Tue, 27 Jun 2006 15:05:35 +0800 Subject: [PerlChina] =?gb2312?b?yOe6zr2rcGVybL3Fsb7Xqruvzqqho2V4Zc7EvP4=?= In-Reply-To: <4a6c0ba80606220128q63345b08j2978cabea6f56f36@mail.gmail.com> References: <002a01c695d3$2a33be30$6517170a@bell> <75021ED4-E733-44E9-AA98-5AA661EC4A51@jiing.org> <4a6c0ba80606220128q63345b08j2978cabea6f56f36@mail.gmail.com> Message-ID: $_$ On 6/22/06, Achilles Achilles wrote: > 用pdk里的perlapp。生成的exe可以脱离perl运行。 > From shijialee at gmail.com Wed Jun 28 22:55:59 2006 From: shijialee at gmail.com (Qiang (James) Li) Date: Thu, 29 Jun 2006 01:55:59 -0400 Subject: [PerlChina] =?gb2312?b?WUFQQzo6TkE6OjIwMDYg1qW807jn?= In-Reply-To: <74646cb40606232206x6eca6357sabe5bd40ee196bb6@mail.gmail.com> References: <4ab5ddef0606230458xecd92c2qfc580082a658d1f1@mail.gmail.com> <74646cb40606232206x6eca6357sabe5bd40ee196bb6@mail.gmail.com> Message-ID: <4ab5ddef0606282255x6d7b0aa5qcea26e76d31f9510@mail.gmail.com> 3 天的 YAPC 今天结束,明天就回多伦多了。认识了很多新的朋友,见到了一些熟悉的面孔,喝掉了我这几个月加在一起已经喝的啤酒,了解了 Perl 6 的发展,与 Parrot 的 leader Patrick 讨论了 Parrot 的进程,发现了很多 Perl 在业界的其他用途,看到了 Larry 搞笑的一面 :) YAPC 对于我来说主要是和其他 Perl Hackers 交流的机会... 400+ Perl Hackers :-) 过几天我整理一些东西出来,YAPC 北美的演讲稿已经公开了很多,录像也正在输出中..... 演讲稿下载 http://yapcchicago.org/wiki/index.cgi?YAPCSlides 睡觉去啦 ..... ;0 Qiang On 6/24/06, 黄叶 wrote: > 期待。 > > > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm > From hylinux at gmail.com Thu Jun 29 05:12:46 2006 From: hylinux at gmail.com (=?GB2312?B?u8bStg==?=) Date: Thu, 29 Jun 2006 20:12:46 +0800 Subject: [PerlChina] =?gb2312?b?WUFQQzo6TkE6OjIwMDYg1qW807jn?= In-Reply-To: <4ab5ddef0606282255x6d7b0aa5qcea26e76d31f9510@mail.gmail.com> References: <4ab5ddef0606230458xecd92c2qfc580082a658d1f1@mail.gmail.com> <74646cb40606232206x6eca6357sabe5bd40ee196bb6@mail.gmail.com> <4ab5ddef0606282255x6d7b0aa5qcea26e76d31f9510@mail.gmail.com> Message-ID: <74646cb40606290512y2710fbf4rc8efb2c18f7d86c9@mail.gmail.com> Hi, guys. 希望能够多介绍一下国外perl的应用方向。 再国内,可不容易了解到的。 谢谢。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.pm.org/pipermail/china-pm/attachments/20060629/a49b39cb/attachment.html From jameswork66 at gmail.com Fri Jun 30 22:33:52 2006 From: jameswork66 at gmail.com (James Zheng) Date: Sat, 1 Jul 2006 13:33:52 +0800 Subject: [PerlChina] =?utf-8?b?WUFQQzo6TkE6OjIwMDYg6Iqd5Yqg5ZOl?= References: <4ab5ddef0606230458xecd92c2qfc580082a658d1f1@mail.gmail.com><74646cb40606232206x6eca6357sabe5bd40ee196bb6@mail.gmail.com> <4ab5ddef0606282255x6d7b0aa5qcea26e76d31f9510@mail.gmail.com> Message-ID: <019d01c69ccf$f28f03a0$0801a8c0@james> 期待中.... ----- Original Message ----- From: "Qiang (James) Li" To: Sent: Thursday, June 29, 2006 1:55 PM Subject: Re: [PerlChina] YAPC::NA::2006 芝加哥 >3 天的 YAPC 今天结束,明天就回多伦多了。认识了很多新的朋友,见到了一些熟悉的面孔,喝掉了我这几个月加在一起已经喝的啤酒,了解了 > Perl 6 的发展,与 Parrot 的 leader Patrick 讨论了 Parrot 的进程,发现了很多 > Perl > 在业界的其他用途,看到了 Larry 搞笑的一面 :) > > YAPC 对于我来说主要是和其他 Perl Hackers 交流的机会... 400+ Perl Hackers > :-) > > 过几天我整理一些东西出来,YAPC 北美的演讲稿已经公开了很多,录像也正在输出中..... > 演讲稿下载 http://yapcchicago.org/wiki/index.cgi?YAPCSlides > > 睡觉去啦 ..... ;0 > > Qiang > > On 6/24/06, 黄叶 wrote: >> 期待。 >> >> >> _______________________________________________ >> China-pm mailing list >> China-pm at pm.org >> http://mail.pm.org/mailman/listinfo/china-pm >> > _______________________________________________ > China-pm mailing list > China-pm at pm.org > http://mail.pm.org/mailman/listinfo/china-pm