The solution is to use AutoLoader, which acts a bit like a dynamic loader for Perl modules. 解决方案是使用AutoLoader,其作用类似于Perl模块的动态加载程序。
These details are different on Mac OS X, which uses a different dynamic loader, but the rest of the behavior is, surprisingly enough, the same. 这些细节在使用不同的动态装载器的MacOSX上会不一样,但让人吃惊的是,其他行为都是一样的。
Shared object libraries and the dynamic linking loader available in Linux provides additional capabilities to applications. Linux中的共享目标代码库和动态链接装入器向应用程序提供了额外的功能。
The dynamic libraries are mapped into the application execution memory by the dynamic linking loader. 通过动态链接装入器,将动态库映射进应用程序的可执行内存中。
The dynamic linking loader example program is a small C program designed to exercise the dl routines. 动态链接装入器示例程序是一个小的C程序,该程序被设计用来练习dl例程。