由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请教各位先贤一个Perl 问题
相关主题
perl eval and ifPERL help!
请教perl的tainted和cgi::param()[合集] C 编程error求教!
How to use Text::Unidecode from cpan in Perl?Qt Creator
a PERL opendir/readdir questionWhat language I should use?
*** help needed! on MATLAB GUI ***IDL一问
help!无法编译一个packageauto download text from a web page
Perl 问题 (updated)java 里可以插入linux command吗? (转载)
perl beginner question "1;" ?求个好方法
相关话题的讨论汇总
话题: perl话题: text话题: inc话题: lib话题: 先贤
进入Programming版参与讨论
1 (共1页)
Y*********I
发帖数: 54
1
各位先贤,
我试着 split file into sentences but got a error message Can't locate Text/
Sentence.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at test1
.pl line 10. BEGIN failed--compilation aborted at test1.pl line 10.
The line 10 is use Text::Sentence qw(split_sentences);
I installed all text related packages.
多谢!
t****t
发帖数: 6806
2
and where did you install Sentence.pm? The error message is pretty clear,
there is no:
C:/Perl/site/lib/Text/Sentence.pm
C:/Perl/lib/Text/Sentence.pm
./Text/Sentence.pm
If you installed in other directories, add them to @INC.

test1

【在 Y*********I 的大作中提到】
: 各位先贤,
: 我试着 split file into sentences but got a error message Can't locate Text/
: Sentence.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at test1
: .pl line 10. BEGIN failed--compilation aborted at test1.pl line 10.
: The line 10 is use Text::Sentence qw(split_sentences);
: I installed all text related packages.
: 多谢!

Y*********I
发帖数: 54
3
Thank you for your reply.
I could not find Sentence.pm.
Where can I find Sentence.pm? and how to install?
There is no package named Sentence.pm.
Thank you for your help.
t****t
发帖数: 6806
4
google is your friend.

【在 Y*********I 的大作中提到】
: Thank you for your reply.
: I could not find Sentence.pm.
: Where can I find Sentence.pm? and how to install?
: There is no package named Sentence.pm.
: Thank you for your help.

1 (共1页)
进入Programming版参与讨论
相关主题
求个好方法*** help needed! on MATLAB GUI ***
问个perl的问题,谢谢了help!无法编译一个package
Q: 2 submit buttons in 1 page (转载)Perl 问题 (updated)
这个PERL表达式干啥的?perl beginner question "1;" ?
perl eval and ifPERL help!
请教perl的tainted和cgi::param()[合集] C 编程error求教!
How to use Text::Unidecode from cpan in Perl?Qt Creator
a PERL opendir/readdir questionWhat language I should use?
相关话题的讨论汇总
话题: perl话题: text话题: inc话题: lib话题: 先贤