我正在学习Perl为文本挖掘的作业编写代码。
目前,我正尝试使用此处的示例代码在Perl中实现OOP:https://www.tutorialspoint.com/perl/perl_object_oriented.htm
问题是,即使类代码已经在同一目录中,我也无法运行代码。我收到此错误消息:
Can't locate Person.pm in @INC (you may need to install the Person module
(@INC contains: C:/Strawberry/perl/site/lib C:/Strawberry/perl/vendor/lib
C:/Strawberry/perl/lib) at employee.pl line 3.
BEGIN failed--compilation aborted at employee.pl line 3.
当我切换到ActiveState Perl时,我没有运行代码的问题。
有谁知道导致问题的原因?我已尝试为此搜索解决方案,但其中大多数与@INC配置更相关