Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个 Perl 模块来创建一个与 h2xs 的共享库的绑定。简单易做。
但是,我现在想在这个模块中包含一些 Perl 助手。我该怎么做呢?我假设它需要进入“blah.pm”文件 - 但这个文件是由构建生成的。
是否有一种(简单的)方法来指定要包含在其中的代码体?
将帮助代码放在一个单独的模块中,例如 Blah::Helper.pm。在 Blah::Helper.pm 中使用 blah.pm