in reply to Load and unload modules ala dlopen();

Runtime or precompile? Only diff is the BEGIN{}. This is for runtime.
require module; import module; #dynamic runtime load

And thissa here is using use:
use module; no module; #precompiled include/ import
You ain't gonna need no CPAN, this is built-in dynamically-loading functionality, somethin' that i really miss in *NIX C. perl is the alpha and the omega. sorry, i just had sushi.
AgentM Systems or Nasca Enterprises is not responsible for the comments made by AgentM- anywhere.