考虑到我在12个目录中有100个Perl模块.但是,查看主要的Perl脚本,它看起来像100 use p1 ; use p2 ;等.解决此问题的最佳方法是什么?
use p1 ; use p2 ;
perl perl-module
perl ×1
perl-module ×1