是否有一种标准方法来编写模块以保存全局应用程序参数以包含在每个其他包中?例如:use Config;?
use Config;
一个只包含our变量的简单包?那些只读变量怎么样?
our
perl global-variables
global-variables ×1
perl ×1