B.23. Dynamic Loading
The basic idea of
dynamic loading is that your program
decides at runtime that it needs more functionality than what's
currently available, so it loads it up and keeps running. You can
always dynamically load Perl code, but it's even more
interesting to dynamically load a binary
extension.[419] This is how non-Perl modules are made.
 |  |  | B.22. Operator Overloading |  | B.24. Embedding |
Copyright © 2002 O'Reilly & Associates. All rights reserved.
|