有些模块定义中有::字符,这表示模块位于文件夹下,比如

package Time::Local;

require Exporter;
use Carp;
use Config;
use strict;

这里的Local模块就位于Time文件夹下,如图。

Perl模块路径

相关文章: