Inversion of Control
- The key point (as I understood it) is:
- object coupling is bound at run time
- Perl is a dynamic language
- (a very dynamic languge)
- We do all kinds of funky things at run-time
- So the "compile time ... static analysis" part isn't that relevant