网页
图片
视频
学术
词典
地图
更多
航班
笔记本
Perl5
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
point
of Perl 5
regular
expressions
is
to
say either
"
look
for
this
,
"
or
"look for
this
and
replace
it
with that
.
"
Perl5
正
则
表达
式
要
指明
的
或者
是
“
寻找
此
内容
”
,
或者
是
“
寻找
此
内容
,
并用
另
一
内容
取代
之
”
。
www.ibm.com
2.
If it
seems
like
I
'm
harping
on
readability
,
it
's
for a
good
reason
:
new
Perl
programmers
are
intimidated
by
Perl
5
regular
expressions
.
看起来
我
好像
在
不停
地
介绍
Perl5
的
可读性
,
我
这样
做
是
有
充足
理由
的
:
新
的
Perl
编程人员
会
被
Perl5
正则
表达
式
吓倒
。
www.ibm.com
3.
It
's
a
Perl 5
module
that
can
produce
very
powerful
grammars
with
just
a
little
code
.
RecDescent
是
一个
Perl5
模块
,
只
使用
很少
代码
就
可以
生成
非常
强大
的
语法
。
www.ibm.com
4.
This
difference
makes
P: : RD much
more
effective
than
Perl 5
regular
expressions
at
making
something
happen
when
a
match
is
detected
.
这
一
区别
使得
P::RD
比
Perl5
正
则
表达
式
更为
有效
,
原因
在于
当
检测到
匹配对象
时
,
它
会
使
某些
事情
发生
。
www.ibm.com
5.
Furthermore
,
the
Perl 6
regular
expressions
can
be
,
but
don't
have
to be
,
radically
different
from their Perl 5
counterparts
.
此外
,
Perl6
正
则
表达
式
可能
(
但
不是
必须
)
与
Perl5
中
对应
的
正
则
表达
式
有
本质上
的
区别
。
www.ibm.com
6.
Perl 5
regular
expressions
lack
more
than
readability
-
-
they
lack
structure
and
reusability
.
Perl5
正
则
表达
式
所
缺少
的
不止
是
可读性
——
它们
还
缺少
结构
和
复用
性
。
www.ibm.com
7.
Perl 5
regular
expressions
can
span
multiple
lines
and
contain
comments
,
but
most
programmers
don't
bother
with
those
things
.
Perl5
正
则
表达
式
可以
跨
多个
行
,
而且
可以
包含
注释
,
但是
大部分
编程人员
并不
在意
这些
事情
。
www.ibm.com
8.
All
imports
are
done by
default
into
the
current
lexical
scope
(
rather
than the
current
package
,
as
in Perl 5
)
.
所有
的
导入
将
默认
为
到
当前
的
词法
作用域
(
而
不
像
Perl5
,
是
到
当前
包
)
。
www.1313s.com
9.
Make sure
you
have
the Perl 5
.
8
Version
at
the
beginning
of
the
PATH
environment
variable
.
确保
在
PATH
环境
变量
的
开头
有
Perl5.8
版本
信息
。
www-128.ibm.com
10.
It
's
no
surprise
that
parsing
and
lexing
in Perl 6
is
done
in a
very
similar
way
to the Perl 5
and
P: : RD
combination
described
above
.
Perl6
中
解析
与
词法
分析
的
完成
方式
与
上面
所
描述
的
Perl5
和
P::RD
的
组合
非常
类似
,
这
是
不足为奇
的
。
www.ibm.com
1
2
3
4