在 12-5-15,[email protected]<[email protected]> 写道: > ============================================================================= > 今日主题摘要 > ============================================================================= > > 网上论坛: [email protected] > 网址: http://groups.google.com/group/perlchina/topics > > - [Perlweekly] #42 - What is in a name? [1 条更新] > http://groups.google.com/group/perlchina/t/d47de9db1f13df32 > - 回复:[PerlChina] [email protected] 的摘要 - “1 个主题”有 2 个帖子 [4 条更新] > http://groups.google.com/group/perlchina/t/1528baff55efb428 > > > ============================================================================= > 主题: [Perlweekly] #42 - What is in a name? > 网址: http://groups.google.com/group/perlchina/t/d47de9db1f13df32 > ============================================================================= > > ---------- 第 1 个(共 1 个) ---------- > 发件人: Fayland Lam <[email protected]> > 日期: May 14 09:11PM +0800 > 网址: http://groups.google.com/group/perlchina/msg/3710abd4db830499 > > ---------- Forwarded message ---------- > From: Gabor Szabo <[email protected]> > Date: Mon, May 14, 2012 at 8:43 PM > Subject: [Perlweekly] #42 - What is in a name? > To: [email protected] > > > > > ============================================================================= > 主题: 回复:[PerlChina] [email protected] 的摘要 - “1 个主题”有 2 个帖子 > 网址: http://groups.google.com/group/perlchina/t/1528baff55efb428 > ============================================================================= > > ---------- 第 1 个(共 4 个) ---------- > 发件人: 陈钢 <[email protected]> > 日期: May 14 05:02PM +0800 > 网址: http://groups.google.com/group/perlchina/msg/bff0aa5c8414fca1 > > my @js_files = $html =~ /<script>balabala(.*?\.js)<\/script>/gims; > my $new_tag = "<script>"; > foreach (@js_files) > { > $new_tag.= $_ .","; > } > $new_tag .= "</script>"; > > > > 在 2012-05-14 > > ---------- 第 2 个(共 4 个) ---------- > 发件人: Rui Hu <[email protected]> > 日期: May 14 05:21PM +0800 > 网址: http://groups.google.com/group/perlchina/msg/2724f39624056aeb > > 这个似乎没有达到楼主想要的连续的效果,楼主说是处理连续的三行 > 楼主给的示例中的d.js并没有被合并 > > ---------- 第 3 个(共 4 个) ---------- > 发件人: Fayland Lam <[email protected]> > 日期: May 14 05:31PM +0800 > 网址: http://groups.google.com/group/perlchina/msg/d8df473ff9187dc > > I know HTML::TreeBuilder with ->right() and ->right()->right()->{_tag} > eq 'script' can check if there is 3 scripts together, but it's pretty > tricky too. > > Thanks > > > -- > Fayland Lam // > > ---------- 第 4 个(共 4 个) ---------- > 发件人: imxae <[email protected]> > 日期: May 14 08:53PM +0800 > 网址: http://groups.google.com/group/perlchina/msg/6e102093c04ba4b3 > > 用HTML::TreeBuilder模块,笨重啊 > > > > > -- > 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。 > 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 > 要取消订阅此网上论坛,请发送电子邮件至 [email protected]。 > 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。 > >
-- Let there be light. -- 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。 要向此网上论坛发帖,请发送电子邮件至 [email protected]。 要取消订阅此网上论坛,请发送电子邮件至 [email protected]。 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
